org.apache.ibatis.type
Class UnknownTypeHandler
java.lang.Object
org.apache.ibatis.type.BaseTypeHandler
org.apache.ibatis.type.UnknownTypeHandler
- All Implemented Interfaces:
- TypeHandler
public class UnknownTypeHandler
- extends BaseTypeHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnknownTypeHandler
public UnknownTypeHandler(TypeHandlerRegistry typeHandlerRegistry)
setNonNullParameter
public void setNonNullParameter(PreparedStatement ps,
int i,
Object parameter,
JdbcType jdbcType)
throws SQLException
- Specified by:
setNonNullParameter in class BaseTypeHandler
- Throws:
SQLException
getNullableResult
public Object getNullableResult(ResultSet rs,
String columnName)
throws SQLException
- Specified by:
getNullableResult in class BaseTypeHandler
- Throws:
SQLException
getNullableResult
public Object getNullableResult(CallableStatement cs,
int columnIndex)
throws SQLException
- Specified by:
getNullableResult in class BaseTypeHandler
- Throws:
SQLException
Copyright © 2010-2011 MyBatis.org. All Rights Reserved.