public abstract class TnAbstractMapResultSetHandler extends Object implements TnResultSetHandler
| コンストラクタと説明 |
|---|
TnAbstractMapResultSetHandler() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected Map<String,ValueType> |
createPropertyTypeMap(ResultSetMetaData rsmd) |
protected Map<String,Object> |
createRow(ResultSet rs,
Map<String,ValueType> propertyTypeMap) |
protected ValueType |
getValueType(int columnType) |
protected Map<String,ValueType> |
newPropertyTypeMap() |
protected StringKeyMap<Object> |
newRowMap() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandleprotected Map<String,ValueType> createPropertyTypeMap(ResultSetMetaData rsmd) throws SQLException
SQLExceptionprotected ValueType getValueType(int columnType)
protected Map<String,Object> createRow(ResultSet rs, Map<String,ValueType> propertyTypeMap) throws SQLException
SQLExceptionprotected StringKeyMap<Object> newRowMap()
Copyright © 2014–2015 The DBFlute Project. All rights reserved.