@MappedJdbcTypes(value=DATE) @MappedTypes(value=java.util.Date.class) public class ESTDateTypeHandler extends org.apache.ibatis.type.BaseTypeHandler
| Constructor and Description |
|---|
ESTDateTypeHandler() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getNullableResult(CallableStatement cs,
int columnIndex) |
Date |
getNullableResult(ResultSet rs,
int columnIndex) |
Date |
getNullableResult(ResultSet rs,
String columnName) |
void |
setNonNullParameter(PreparedStatement preparedStatement,
int i,
Object o,
org.apache.ibatis.type.JdbcType jdbcType) |
public void setNonNullParameter(PreparedStatement preparedStatement, int i, Object o, org.apache.ibatis.type.JdbcType jdbcType) throws SQLException
setNonNullParameter in class org.apache.ibatis.type.BaseTypeHandlerSQLExceptionpublic Date getNullableResult(ResultSet rs, String columnName) throws SQLException
getNullableResult in class org.apache.ibatis.type.BaseTypeHandlerSQLExceptionpublic Date getNullableResult(ResultSet rs, int columnIndex) throws SQLException
getNullableResult in class org.apache.ibatis.type.BaseTypeHandlerSQLExceptionpublic Date getNullableResult(CallableStatement cs, int columnIndex) throws SQLException
getNullableResult in class org.apache.ibatis.type.BaseTypeHandlerSQLExceptionCopyright © 2019. All rights reserved.