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