public class BigDecimalPreparedStatementIndexSetter extends Object implements PreparedStatementIndexSetter<BigDecimal>
Constructor and Description |
---|
BigDecimalPreparedStatementIndexSetter() |
Modifier and Type | Method and Description |
---|---|
void |
set(PreparedStatement target,
BigDecimal value,
int columnIndex) |
public BigDecimalPreparedStatementIndexSetter()
public void set(PreparedStatement target, BigDecimal value, int columnIndex) throws SQLException
set
in interface PreparedStatementIndexSetter<BigDecimal>
set
in interface org.simpleflatmapper.reflect.IndexedSetter<PreparedStatement,BigDecimal>
target
- the preparedStatement to bind againstvalue
- the value to bindcolumnIndex
- the index to start binding atSQLException
- if an error occursCopyright © 2018. All rights reserved.