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