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