Package org.sql2o.data
Class Row
java.lang.Object
org.sql2o.data.Row
Represents a result set row.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasMap()View row as a simple map.getBigDecimal(int columnIndex) getBigDecimal(String columnName) getBoolean(int columnIndex) getBoolean(String columnName) getByte(int columnIndex) getDate(int columnIndex) getDouble(int columnIndex) getFloat(int columnIndex) getInteger(int columnIndex) getInteger(String columnName) getLong(int columnIndex) getObject(int columnIndex) <V> V<V> VgetShort(int columnIndex) getString(int columnIndex)