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