public interface TypeMapper
TypeMappers
Modifier and Type | Method | Description |
---|---|---|
ValueHandler |
createValueHandler(java.sql.ResultSetMetaData meta,
int jcol1) |
Constructs a ValueHandler suitable for converting the data from
a column in a given ResultSet.
|
java.util.List |
getColumnAuxDataInfos() |
Returns an ordered list of
ValueInfo
objects representing the auxilliary metadata returned by
the ColumnInfo objects used by this mapper's ValueHandlers. |
ValueHandler createValueHandler(java.sql.ResultSetMetaData meta, int jcol1) throws java.sql.SQLException
meta
- result set metadatajcol1
- JDBC column index (first column is 1)java.sql.SQLException
java.util.List getColumnAuxDataInfos()
ValueInfo
objects representing the auxilliary metadata returned by
the ColumnInfo objects used by this mapper's ValueHandlers.
An empty array may be returned if not known.StarTable.getColumnAuxDataInfos()
Copyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.