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