- All Implemented Interfaces:
SqlLogFormatter<BigInteger>,JdbcType<BigInteger>
A JDBC type for
Types.BIGINT and BigInteger.-
Field Summary
Fields inherited from class org.seasar.doma.jdbc.type.AbstractJdbcType
type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringdoConvertToLogFormat(BigInteger value) protected BigIntegerdoGetValue(CallableStatement callableStatement, int index) protected BigIntegerdoGetValue(ResultSet resultSet, int index) protected voiddoSetValue(PreparedStatement preparedStatement, int index, BigInteger value) Methods inherited from class org.seasar.doma.jdbc.type.AbstractJdbcType
convertToLogFormat, getValue, getValue, registerOutParameter, setValue
-
Constructor Details
-
BigIntegerType
public BigIntegerType()
-
-
Method Details
-
doGetValue
- Specified by:
doGetValuein classAbstractJdbcType<BigInteger>- Throws:
SQLException
-
doSetValue
protected void doSetValue(PreparedStatement preparedStatement, int index, BigInteger value) throws SQLException - Specified by:
doSetValuein classAbstractJdbcType<BigInteger>- Throws:
SQLException
-
doGetValue
- Specified by:
doGetValuein classAbstractJdbcType<BigInteger>- Throws:
SQLException
-
doConvertToLogFormat
- Specified by:
doConvertToLogFormatin classAbstractJdbcType<BigInteger>
-