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