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