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