public interface DatabaseTypeBinding extends Serializable
Modifier and Type | Method and Description |
---|---|
Class |
getType()
Returns the Java target type.
|
Object |
getValue(ResultSet resultSet,
String columnName)
Returns the Java object for the given column.
|
Object getValue(ResultSet resultSet, String columnName) throws SQLException
resultSet
- is the result set to read the column fromcolumnName
- is the column nameSQLException
- if the mapping cannot be performedClass getType()