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