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)
-
Constructor Details
-
Row
-
-
Method Details
-
getObject
-
getObject
-
getObject
-
getObject
-
getBigDecimal
-
getBigDecimal
-
getBoolean
-
getBoolean
-
getDouble
-
getDouble
-
getFloat
-
getFloat
-
getLong
-
getLong
-
getInteger
-
getInteger
-
getShort
-
getShort
-
getByte
-
getByte
-
getDate
-
getDate
-
getString
-
getString
-
asMap
View row as a simple map.
-