| Constructor and Description |
|---|
InstantTypeHandler() |
| Modifier and Type | Method and Description |
|---|---|
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,
org.apache.ibatis.type.JdbcType jdbcType) |
public void setNonNullParameter(PreparedStatement ps, int i, Instant parameter, org.apache.ibatis.type.JdbcType jdbcType) throws SQLException
setNonNullParameter in class org.apache.ibatis.type.BaseTypeHandler<Instant>SQLExceptionpublic Instant getNullableResult(ResultSet rs, String columnName) throws SQLException
getNullableResult in class org.apache.ibatis.type.BaseTypeHandler<Instant>SQLExceptionpublic Instant getNullableResult(ResultSet rs, int columnIndex) throws SQLException
getNullableResult in class org.apache.ibatis.type.BaseTypeHandler<Instant>SQLExceptionpublic Instant getNullableResult(CallableStatement cs, int columnIndex) throws SQLException
getNullableResult in class org.apache.ibatis.type.BaseTypeHandler<Instant>SQLExceptionCopyright © 2020. All rights reserved.