public class OffsetDateTimeForUTCTypeHandler extends AbstractTypeHandler<OffsetDateTime>
| 构造器和说明 |
|---|
OffsetDateTimeForUTCTypeHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
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,
JDBCType jdbcType) |
getResult, getResult, getResult, setParametergetRawType, toStringpublic void setNonNullParameter(PreparedStatement ps, int i, OffsetDateTime parameter, JDBCType jdbcType) throws SQLException
setNonNullParameter 在类中 AbstractTypeHandler<OffsetDateTime>SQLExceptionpublic OffsetDateTime getNullableResult(ResultSet rs, String columnName) throws SQLException
getNullableResult 在类中 AbstractTypeHandler<OffsetDateTime>columnName - Colunm name, when configuration useColumnLabel is falseSQLExceptionpublic OffsetDateTime getNullableResult(ResultSet rs, int columnIndex) throws SQLException
getNullableResult 在类中 AbstractTypeHandler<OffsetDateTime>SQLExceptionpublic OffsetDateTime getNullableResult(CallableStatement cs, int columnIndex) throws SQLException
getNullableResult 在类中 AbstractTypeHandler<OffsetDateTime>SQLExceptionCopyright © 2020–2021. All rights reserved.