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