Class BigDecimalTypeHandler
java.lang.Object
cool.scx.jdbc.type_handler.math.BigDecimalTypeHandler
- All Implemented Interfaces:
TypeHandler<BigDecimal>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetObject(PreparedStatement ps, int i, BigDecimal parameter) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cool.scx.jdbc.type_handler.TypeHandler
getDefaultValue
-
Constructor Details
-
BigDecimalTypeHandler
public BigDecimalTypeHandler()
-
-
Method Details
-
setObject
- Specified by:
setObjectin interfaceTypeHandler<BigDecimal>- Throws:
SQLException
-
getObject
- Specified by:
getObjectin interfaceTypeHandler<BigDecimal>- Throws:
SQLException
-