public class ZonedDateTimeTypeHandler extends BaseTypeHandler<ZonedDateTime>
configuration| Constructor and Description |
|---|
ZonedDateTimeTypeHandler() |
| Modifier and Type | Method and Description |
|---|---|
ZonedDateTime |
getNullableResult(CallableStatement cs,
int columnIndex) |
ZonedDateTime |
getNullableResult(ResultSet rs,
int columnIndex) |
ZonedDateTime |
getNullableResult(ResultSet rs,
String columnName)
Gets the nullable result.
|
void |
setNonNullParameter(PreparedStatement ps,
int i,
ZonedDateTime parameter,
JdbcType jdbcType) |
getResult, getResult, getResult, setConfiguration, setParametergetRawType, toStringpublic void setNonNullParameter(PreparedStatement ps, int i, ZonedDateTime parameter, JdbcType jdbcType) throws SQLException
setNonNullParameter in class BaseTypeHandler<ZonedDateTime>SQLExceptionpublic ZonedDateTime getNullableResult(ResultSet rs, String columnName) throws SQLException
BaseTypeHandlergetNullableResult in class BaseTypeHandler<ZonedDateTime>rs - the rscolumnName - Colunm name, when configuration useColumnLabel is falseSQLException - the SQL exceptionpublic ZonedDateTime getNullableResult(ResultSet rs, int columnIndex) throws SQLException
getNullableResult in class BaseTypeHandler<ZonedDateTime>SQLExceptionpublic ZonedDateTime getNullableResult(CallableStatement cs, int columnIndex) throws SQLException
getNullableResult in class BaseTypeHandler<ZonedDateTime>SQLExceptionCopyright © 2009–2021 MyBatis.org. All rights reserved.