| Constructor and Description |
|---|
MapTypeHandler() |
| Modifier and Type | Method and Description |
|---|---|
Map |
getNullableResult(CallableStatement cs,
int columnIndex) |
Map |
getNullableResult(ResultSet rs,
int columnIndex) |
Map |
getNullableResult(ResultSet rs,
String columnName) |
void |
setNonNullParameter(PreparedStatement ps,
int i,
Map parameter,
org.apache.ibatis.type.JdbcType jdbcType) |
public void setNonNullParameter(PreparedStatement ps, int i, Map parameter, org.apache.ibatis.type.JdbcType jdbcType) throws SQLException
setNonNullParameter in class org.apache.ibatis.type.BaseTypeHandler<Map>SQLExceptionpublic Map getNullableResult(ResultSet rs, String columnName) throws SQLException
getNullableResult in class org.apache.ibatis.type.BaseTypeHandler<Map>SQLExceptionpublic Map getNullableResult(ResultSet rs, int columnIndex) throws SQLException
getNullableResult in class org.apache.ibatis.type.BaseTypeHandler<Map>SQLExceptionpublic Map getNullableResult(CallableStatement cs, int columnIndex) throws SQLException
getNullableResult in class org.apache.ibatis.type.BaseTypeHandler<Map>SQLExceptionCopyright © 2019. All rights reserved.