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