public class BigIntegerTypeHandler extends AbstractTypeHandler<BigInteger>
| 构造器和说明 |
|---|
BigIntegerTypeHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
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, setParametergetRawType, toStringpublic void setNonNullParameter(PreparedStatement ps, int i, BigInteger parameter, JDBCType jdbcType) throws SQLException
setNonNullParameter 在类中 AbstractTypeHandler<BigInteger>SQLExceptionpublic BigInteger getNullableResult(ResultSet rs, String columnName) throws SQLException
getNullableResult 在类中 AbstractTypeHandler<BigInteger>columnName - Colunm name, when configuration useColumnLabel is falseSQLExceptionpublic BigInteger getNullableResult(ResultSet rs, int columnIndex) throws SQLException
getNullableResult 在类中 AbstractTypeHandler<BigInteger>SQLExceptionpublic BigInteger getNullableResult(CallableStatement cs, int columnIndex) throws SQLException
getNullableResult 在类中 AbstractTypeHandler<BigInteger>SQLExceptionCopyright © 2020–2021. All rights reserved.