public interface ValueHandler
TypeMapper| Modifier and Type | Method | Description |
|---|---|---|
ColumnInfo |
getColumnInfo() |
Returns the column metadata for this column.
|
java.lang.Object |
getValue(java.lang.Object baseValue) |
Translates a value from the form that it takes in the ResultSet to
a form which can be used for further processing.
|
ColumnInfo getColumnInfo()
java.lang.Object getValue(java.lang.Object baseValue)
baseValue - ResultSet valueCopyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.