Module org.simpleflatmapper.jdbc
Class BigDecimalPreparedStatementIndexSetter
java.lang.Object
org.simpleflatmapper.jdbc.impl.setter.BigDecimalPreparedStatementIndexSetter
- All Implemented Interfaces:
PreparedStatementIndexSetter<BigDecimal>,org.simpleflatmapper.map.setter.ContextualIndexedSetter<PreparedStatement,BigDecimal>
public class BigDecimalPreparedStatementIndexSetter
extends Object
implements PreparedStatementIndexSetter<BigDecimal>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidset(PreparedStatement target, BigDecimal value, int columnIndex, org.simpleflatmapper.converter.Context context)
-
Constructor Details
-
BigDecimalPreparedStatementIndexSetter
public BigDecimalPreparedStatementIndexSetter()
-
-
Method Details
-
set
public void set(PreparedStatement target, BigDecimal value, int columnIndex, org.simpleflatmapper.converter.Context context) throws SQLException - Specified by:
setin interfaceorg.simpleflatmapper.map.setter.ContextualIndexedSetter<PreparedStatement,BigDecimal> - Specified by:
setin interfacePreparedStatementIndexSetter<BigDecimal>- Parameters:
target- the preparedStatement to bind againstvalue- the value to bindcolumnIndex- the index to start binding at- Throws:
SQLException- if an error occurs
-