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