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