com.ibatis.sqlmap.engine.type
public class UnknownTypeHandler extends BaseTypeHandler implements TypeHandler
| Constructor Summary | |
|---|---|
| UnknownTypeHandler(TypeHandlerFactory factory)
Constructor to create via a factory
| |
| Method Summary | |
|---|---|
| boolean | equals(Object object, String string) |
| Object | getResult(ResultSet rs, String columnName) |
| Object | getResult(ResultSet rs, int columnIndex) |
| Object | getResult(CallableStatement cs, int columnIndex) |
| void | setParameter(PreparedStatement ps, int i, Object parameter, String jdbcType) |
| Object | valueOf(String s) |
Parameters: factory - the factory to associate this with