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