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