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