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