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