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