org.simpleflatmapper.reflect.primitive.CharacterSetter<PreparedStatement>, org.simpleflatmapper.reflect.Setter<PreparedStatement,Character>public class CharacterPreparedStatementSetter extends Object implements org.simpleflatmapper.reflect.Setter<PreparedStatement,Character>, org.simpleflatmapper.reflect.primitive.CharacterSetter<PreparedStatement>
| Constructor | Description |
|---|---|
CharacterPreparedStatementSetter(int columnIndex) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
set(PreparedStatement target,
Character value) |
|
void |
setCharacter(PreparedStatement target,
char value) |
public CharacterPreparedStatementSetter(int columnIndex)
public void setCharacter(PreparedStatement target, char value) throws Exception
setCharacter in interface org.simpleflatmapper.reflect.primitive.CharacterSetter<PreparedStatement>Exceptionpublic void set(PreparedStatement target, Character value) throws Exception
set in interface org.simpleflatmapper.reflect.Setter<PreparedStatement,Character>ExceptionCopyright © 2018. All rights reserved.