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