public class UnsupportedTypeHandler extends Object implements org.apache.ibatis.type.TypeHandler<Object>
Column.typeHandler() set default value| Constructor and Description |
|---|
UnsupportedTypeHandler() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getResult(CallableStatement cs,
int columnIndex) |
Object |
getResult(ResultSet rs,
int columnIndex) |
Object |
getResult(ResultSet rs,
String columnName) |
void |
setParameter(PreparedStatement ps,
int i,
Object parameter,
org.apache.ibatis.type.JdbcType jdbcType) |
public void setParameter(PreparedStatement ps, int i, Object parameter, org.apache.ibatis.type.JdbcType jdbcType)
setParameter in interface org.apache.ibatis.type.TypeHandler<Object>public Object getResult(ResultSet rs, String columnName)
getResult in interface org.apache.ibatis.type.TypeHandler<Object>public Object getResult(ResultSet rs, int columnIndex)
getResult in interface org.apache.ibatis.type.TypeHandler<Object>public Object getResult(CallableStatement cs, int columnIndex)
getResult in interface org.apache.ibatis.type.TypeHandler<Object>Copyright © 2018–2019. All rights reserved.