PreparedStatementIndexSetter<UUID>, org.simpleflatmapper.map.setter.ContextualIndexedSetter<PreparedStatement,T>public class UUIDStringPreparedStatementIndexSetter extends Object implements PreparedStatementIndexSetter<UUID>
| Constructor | Description |
|---|---|
UUIDStringPreparedStatementIndexSetter() |
| Modifier and Type | Method | 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 org.simpleflatmapper.map.setter.ContextualIndexedSetter<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 © 2019. All rights reserved.