Constructor and Description |
---|
FoormMapRowMapper(String[] columns) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,Object> |
createColumnMap(int columnCount) |
protected String |
getColumnKey(String columnName)
Determine the key to use for the given column in the column Map.
|
public FoormMapRowMapper(String[] columns)
protected Map<String,Object> createColumnMap(int columnCount)
createColumnMap
in class org.springframework.jdbc.core.ColumnMapRowMapper
protected String getColumnKey(String columnName)
getColumnKey
in class org.springframework.jdbc.core.ColumnMapRowMapper
columnName
- the column name as returned by the ResultSetResultSetMetaData.getColumnName(int)
Copyright © 2009-2014 Sakai Project. All Rights Reserved.