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