public class JapaneseDateTypeHandler extends BaseTypeHandler<JapaneseDate>
JapaneseDate
.configuration
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)
Gets the nullable result.
|
void |
setNonNullParameter(PreparedStatement ps,
int i,
JapaneseDate parameter,
JdbcType jdbcType) |
getResult, getResult, getResult, setConfiguration, setParameter
getRawType, toString
public void setNonNullParameter(PreparedStatement ps, int i, JapaneseDate parameter, JdbcType jdbcType) throws SQLException
setNonNullParameter
in class BaseTypeHandler<JapaneseDate>
SQLException
public JapaneseDate getNullableResult(ResultSet rs, String columnName) throws SQLException
BaseTypeHandler
getNullableResult
in class BaseTypeHandler<JapaneseDate>
rs
- the rscolumnName
- Colunm name, when configuration useColumnLabel
is false
SQLException
- the SQL exceptionpublic JapaneseDate getNullableResult(ResultSet rs, int columnIndex) throws SQLException
getNullableResult
in class BaseTypeHandler<JapaneseDate>
SQLException
public JapaneseDate getNullableResult(CallableStatement cs, int columnIndex) throws SQLException
getNullableResult
in class BaseTypeHandler<JapaneseDate>
SQLException
Copyright © 2009–2021 MyBatis.org. All rights reserved.