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