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