Package net.truej.sql.bindings
Class BigDecimalReadWrite
java.lang.Object
net.truej.sql.bindings.BigDecimalReadWrite
- All Implemented Interfaces:
TypeReadWrite<BigDecimal>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget(CallableStatement stmt, int parameterIndex) voidregisterOutParameter(CallableStatement stmt, int parameterIndex) voidset(PreparedStatement stmt, int parameterIndex, BigDecimal value)
-
Constructor Details
-
BigDecimalReadWrite
public BigDecimalReadWrite()
-
-
Method Details
-
get
- Specified by:
getin interfaceTypeReadWrite<BigDecimal>- Throws:
SQLException
-
set
- Specified by:
setin interfaceTypeReadWrite<BigDecimal>- Throws:
SQLException
-
get
- Specified by:
getin interfaceTypeReadWrite<BigDecimal>- Throws:
SQLException
-
registerOutParameter
- Specified by:
registerOutParameterin interfaceTypeReadWrite<BigDecimal>- Throws:
SQLException
-