public class ZonedDateTimeTypeHandler extends BaseTypeHandler<java.time.ZonedDateTime>
| 构造器和说明 |
|---|
ZonedDateTimeTypeHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.time.ZonedDateTime |
getNullableResult(CallableStatement cs,
int columnIndex) |
java.time.ZonedDateTime |
getNullableResult(ResultSet rs,
int columnIndex) |
java.time.ZonedDateTime |
getNullableResult(ResultSet rs,
String columnName) |
void |
setNonNullParameter(PreparedStatement ps,
int i,
java.time.ZonedDateTime parameter,
JdbcType jdbcType) |
getResult, getResult, getResult, setParametergetRawType, toStringpublic void setNonNullParameter(PreparedStatement ps, int i, java.time.ZonedDateTime parameter, JdbcType jdbcType) throws SQLException
setNonNullParameter 在类中 BaseTypeHandler<java.time.ZonedDateTime>SQLExceptionpublic java.time.ZonedDateTime getNullableResult(ResultSet rs, String columnName) throws SQLException
getNullableResult 在类中 BaseTypeHandler<java.time.ZonedDateTime>SQLExceptionpublic java.time.ZonedDateTime getNullableResult(ResultSet rs, int columnIndex) throws SQLException
getNullableResult 在类中 BaseTypeHandler<java.time.ZonedDateTime>SQLExceptionpublic java.time.ZonedDateTime getNullableResult(CallableStatement cs, int columnIndex) throws SQLException
getNullableResult 在类中 BaseTypeHandler<java.time.ZonedDateTime>SQLExceptionCopyright © 2019. All rights reserved.