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