public class ShortTypeHandler extends BaseTypeHandler<Short>
configuration| Constructor and Description |
|---|
ShortTypeHandler() |
| Modifier and Type | Method and Description |
|---|---|
Short |
getNullableResult(CallableStatement cs,
int columnIndex) |
Short |
getNullableResult(ResultSet rs,
int columnIndex) |
Short |
getNullableResult(ResultSet rs,
String columnName) |
void |
setNonNullParameter(PreparedStatement ps,
int i,
Short parameter,
JdbcType jdbcType) |
getResult, getResult, getResult, setConfiguration, setParametergetRawType, toStringpublic void setNonNullParameter(PreparedStatement ps, int i, Short parameter, JdbcType jdbcType) throws SQLException
setNonNullParameter in class BaseTypeHandler<Short>SQLExceptionpublic Short getNullableResult(ResultSet rs, String columnName) throws SQLException
getNullableResult in class BaseTypeHandler<Short>SQLExceptionpublic Short getNullableResult(ResultSet rs, int columnIndex) throws SQLException
getNullableResult in class BaseTypeHandler<Short>SQLExceptionpublic Short getNullableResult(CallableStatement cs, int columnIndex) throws SQLException
getNullableResult in class BaseTypeHandler<Short>SQLExceptionCopyright © 2010-2014 MyBatis.org. All Rights Reserved.