public class CharacterPreparedStatementSetter extends Object implements org.simpleflatmapper.map.setter.ContextualSetter<PreparedStatement,Character>, org.simpleflatmapper.map.setter.CharacterContextualSetter<PreparedStatement>
| Constructor and Description |
|---|
CharacterPreparedStatementSetter(int columnIndex) |
| Modifier and Type | Method and 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 © 2020. All rights reserved.