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