PreparedStatementIndexSetter<UUID>, org.simpleflatmapper.reflect.IndexedSetter<PreparedStatement,T>public class UUIDBinaryPreparedStatementIndexSetter extends Object implements PreparedStatementIndexSetter<UUID>
| Constructor | Description |
|---|---|
UUIDBinaryPreparedStatementIndexSetter() |
public UUIDBinaryPreparedStatementIndexSetter()
public void set(PreparedStatement ps, UUID value, int columnIndex) throws SQLException
set in interface org.simpleflatmapper.reflect.IndexedSetter<PreparedStatement,T>set in interface PreparedStatementIndexSetter<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.