| Constructor and Description |
|---|
ZoneIdTypeHandler() |
| Modifier and Type | Method and Description |
|---|---|
ZoneId |
getNullableResult(CallableStatement cs,
int columnIndex) |
ZoneId |
getNullableResult(ResultSet rs,
int columnIndex) |
ZoneId |
getNullableResult(ResultSet rs,
String columnName) |
void |
setNonNullParameter(PreparedStatement ps,
int i,
ZoneId dateTimeZone,
org.apache.ibatis.type.JdbcType jdbcType) |
public void setNonNullParameter(PreparedStatement ps, int i, ZoneId dateTimeZone, org.apache.ibatis.type.JdbcType jdbcType) throws SQLException
setNonNullParameter in class org.apache.ibatis.type.BaseTypeHandler<ZoneId>SQLExceptionpublic ZoneId getNullableResult(ResultSet rs, String columnName) throws SQLException
getNullableResult in class org.apache.ibatis.type.BaseTypeHandler<ZoneId>SQLExceptionpublic ZoneId getNullableResult(ResultSet rs, int columnIndex) throws SQLException
getNullableResult in class org.apache.ibatis.type.BaseTypeHandler<ZoneId>SQLExceptionpublic ZoneId getNullableResult(CallableStatement cs, int columnIndex) throws SQLException
getNullableResult in class org.apache.ibatis.type.BaseTypeHandler<ZoneId>SQLExceptionCopyright © 2020 Pivotal Software, Inc.. All rights reserved.