| Constructor and Description |
|---|
YearTypeHandler() |
| Modifier and Type | Method and Description |
|---|---|
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,
org.apache.ibatis.type.JdbcType type) |
public void setNonNullParameter(PreparedStatement ps, int i, Year year, org.apache.ibatis.type.JdbcType type) throws SQLException
setNonNullParameter in class org.apache.ibatis.type.BaseTypeHandler<Year>SQLExceptionpublic Year getNullableResult(ResultSet rs, String columnName) throws SQLException
getNullableResult in class org.apache.ibatis.type.BaseTypeHandler<Year>SQLExceptionpublic Year getNullableResult(ResultSet rs, int columnIndex) throws SQLException
getNullableResult in class org.apache.ibatis.type.BaseTypeHandler<Year>SQLExceptionpublic Year getNullableResult(CallableStatement cs, int columnIndex) throws SQLException
getNullableResult in class org.apache.ibatis.type.BaseTypeHandler<Year>SQLExceptionCopyright © 2016 MyBatis.org. All rights reserved.