org.simpleflatmapper.map.setter.CharacterContextualSetter<PreparedStatement>, org.simpleflatmapper.map.setter.ContextualSetter<PreparedStatement,Character>public class CharacterPreparedStatementSetter extends Object implements org.simpleflatmapper.map.setter.ContextualSetter<PreparedStatement,Character>, org.simpleflatmapper.map.setter.CharacterContextualSetter<PreparedStatement>
| Constructor | Description |
|---|---|
CharacterPreparedStatementSetter(int columnIndex) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
set(PreparedStatement target,
Character value,
org.simpleflatmapper.converter.Context context) |
|
void |
setCharacter(PreparedStatement target,
char value,
org.simpleflatmapper.converter.Context context) |
public CharacterPreparedStatementSetter(int columnIndex)
public void setCharacter(PreparedStatement target, char value, org.simpleflatmapper.converter.Context context) throws Exception
setCharacter in interface org.simpleflatmapper.map.setter.CharacterContextualSetter<PreparedStatement>Exceptionpublic void set(PreparedStatement target, Character value, org.simpleflatmapper.converter.Context context) throws Exception
set in interface org.simpleflatmapper.map.setter.ContextualSetter<PreparedStatement,Character>ExceptionCopyright © 2019. All rights reserved.