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