public class CharacterTypeHandler extends BaseTypeHandler<Character>
configuration
Constructor and Description |
---|
CharacterTypeHandler() |
Modifier and Type | Method and Description |
---|---|
Character |
getNullableResult(CallableStatement cs,
int columnIndex) |
Character |
getNullableResult(ResultSet rs,
int columnIndex) |
Character |
getNullableResult(ResultSet rs,
String columnName) |
void |
setNonNullParameter(PreparedStatement ps,
int i,
Character parameter,
JdbcType jdbcType) |
getResult, getResult, getResult, setConfiguration, setParameter
getRawType, toString
public void setNonNullParameter(PreparedStatement ps, int i, Character parameter, JdbcType jdbcType) throws SQLException
setNonNullParameter
in class BaseTypeHandler<Character>
SQLException
public Character getNullableResult(ResultSet rs, String columnName) throws SQLException
getNullableResult
in class BaseTypeHandler<Character>
SQLException
public Character getNullableResult(ResultSet rs, int columnIndex) throws SQLException
getNullableResult
in class BaseTypeHandler<Character>
SQLException
public Character getNullableResult(CallableStatement cs, int columnIndex) throws SQLException
getNullableResult
in class BaseTypeHandler<Character>
SQLException
Copyright © 2010–2015 MyBatis.org. All rights reserved.