public class OffsetTimeTypeHandler extends org.apache.ibatis.type.BaseTypeHandler<OffsetTime>
| 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) |
void |
setNonNullParameter(PreparedStatement ps,
int i,
OffsetTime parameter,
org.apache.ibatis.type.JdbcType jdbcType) |
public void setNonNullParameter(PreparedStatement ps, int i, OffsetTime parameter, org.apache.ibatis.type.JdbcType jdbcType) throws SQLException
setNonNullParameter in class org.apache.ibatis.type.BaseTypeHandler<OffsetTime>SQLExceptionpublic OffsetTime getNullableResult(ResultSet rs, String columnName) throws SQLException
getNullableResult in class org.apache.ibatis.type.BaseTypeHandler<OffsetTime>SQLExceptionpublic OffsetTime getNullableResult(ResultSet rs, int columnIndex) throws SQLException
getNullableResult in class org.apache.ibatis.type.BaseTypeHandler<OffsetTime>SQLExceptionpublic OffsetTime getNullableResult(CallableStatement cs, int columnIndex) throws SQLException
getNullableResult in class org.apache.ibatis.type.BaseTypeHandler<OffsetTime>SQLExceptionCopyright © 2016 MyBatis.org. All rights reserved.