org.apache.ibatis.executor.resultset
Class FastResultSetHandler.ResultColumnCache
java.lang.Object
org.apache.ibatis.executor.resultset.FastResultSetHandler.ResultColumnCache
- Enclosing class:
- FastResultSetHandler
protected static class FastResultSetHandler.ResultColumnCache
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FastResultSetHandler.ResultColumnCache
protected FastResultSetHandler.ResultColumnCache(ResultSetMetaData metaData,
Configuration configuration)
throws SQLException
- Throws:
SQLException
getColumnNames
protected List<String> getColumnNames()
getJdbcType
protected JdbcType getJdbcType(String columnName)
getTypeHandler
protected TypeHandler<?> getTypeHandler(Class<?> propertyType,
String columnName)
getMappedColumnNames
protected List<String> getMappedColumnNames(ResultMap resultMap,
String columnPrefix)
throws SQLException
- Throws:
SQLException
getUnmappedColumnNames
protected List<String> getUnmappedColumnNames(ResultMap resultMap,
String columnPrefix)
throws SQLException
- Throws:
SQLException
Copyright © 2010-2012 MyBatis.org. All Rights Reserved.