public interface TypeMapper
TypeMappers| Modifier and Type | Method and Description |
|---|---|
ValueHandler |
createValueHandler(ResultSetMetaData meta,
int jcol1)
Constructs a ValueHandler suitable for converting the data from
a column in a given ResultSet.
|
List<ValueInfo> |
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(ResultSetMetaData meta, int jcol1) throws SQLException
meta - result set metadatajcol1 - JDBC column index (first column is 1)SQLExceptionList<ValueInfo> 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 © 2025 Central Laboratory of the Research Councils. All Rights Reserved.