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