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