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