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