public class BigIntegerType extends AbstractJdbcType<java.math.BigInteger>
Types.BIGINT and BigInteger.type| Constructor and Description |
|---|
BigIntegerType() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
doConvertToLogFormat(java.math.BigInteger value) |
protected java.math.BigInteger |
doGetValue(java.sql.CallableStatement callableStatement,
int index) |
protected java.math.BigInteger |
doGetValue(java.sql.ResultSet resultSet,
int index) |
protected void |
doSetValue(java.sql.PreparedStatement preparedStatement,
int index,
java.math.BigInteger value) |
convertToLogFormat, getValue, getValue, registerOutParameter, setValueprotected java.math.BigInteger doGetValue(java.sql.ResultSet resultSet,
int index)
throws java.sql.SQLException
doGetValue in class AbstractJdbcType<java.math.BigInteger>java.sql.SQLExceptionprotected void doSetValue(java.sql.PreparedStatement preparedStatement,
int index,
java.math.BigInteger value)
throws java.sql.SQLException
doSetValue in class AbstractJdbcType<java.math.BigInteger>java.sql.SQLExceptionprotected java.math.BigInteger doGetValue(java.sql.CallableStatement callableStatement,
int index)
throws java.sql.SQLException
doGetValue in class AbstractJdbcType<java.math.BigInteger>java.sql.SQLExceptionprotected java.lang.String doConvertToLogFormat(java.math.BigInteger value)
doConvertToLogFormat in class AbstractJdbcType<java.math.BigInteger>