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
SQLException
protected TypeHandler<?> getTypeHandler(Class<?> propertyType, String columnName)
protected List<String> getMappedColumnNames(ResultMap resultMap, String columnPrefix) throws SQLException
SQLException
protected List<String> getUnmappedColumnNames(ResultMap resultMap, String columnPrefix) throws SQLException
SQLException
Copyright © 2010-2013 MyBatis.org. All Rights Reserved.