|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TypeMapper
Determines how JDBC types are mapped to java types.
TypeMappers
Method Summary | |
---|---|
ValueHandler |
createValueHandler(ResultSetMetaData meta,
int jcol1)
Constructs a ValueHandler suitable for converting the data from a column in a given ResultSet. |
List |
getColumnAuxDataInfos()
Returns an ordered list of ValueInfo
objects representing the auxilliary metadata returned by
the ColumnInfo objects used by this mapper's ValueHandlers. |
Method Detail |
---|
ValueHandler createValueHandler(ResultSetMetaData meta, int jcol1) throws SQLException
meta
- result set metadatajcol1
- JDBC column index (first column is 1)
SQLException
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 © 2004 CLRC: Central Laboratory of the Research Councils. All rights reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |