protected static class FastResultSetHandler.ResultColumnCache extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
FastResultSetHandler.ResultColumnCache(ResultSetMetaData metaData,
Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
protected List<String> |
getColumnNames() |
protected JdbcType |
getJdbcType(String columnName) |
protected List<String> |
getMappedColumnNames(ResultMap resultMap,
String columnPrefix) |
protected TypeHandler<?> |
getTypeHandler(Class<?> propertyType,
String columnName) |
protected List<String> |
getUnmappedColumnNames(ResultMap resultMap,
String columnPrefix) |
protected FastResultSetHandler.ResultColumnCache(ResultSetMetaData metaData, Configuration configuration) throws SQLException
SQLExceptionprotected TypeHandler<?> getTypeHandler(Class<?> propertyType, String columnName)
protected List<String> getMappedColumnNames(ResultMap resultMap, String columnPrefix) throws SQLException
SQLExceptionprotected List<String> getUnmappedColumnNames(ResultMap resultMap, String columnPrefix) throws SQLException
SQLExceptionCopyright © 2010–2013 MyBatis.org. All rights reserved.