public class CharacterPreparedStatementIndexSetter extends Object implements PreparedStatementIndexSetter<Character>
| Constructor and Description |
|---|
CharacterPreparedStatementIndexSetter() |
| Modifier and Type | Method and Description |
|---|---|
void |
set(PreparedStatement target,
Character value,
int columnIndex) |
void |
setCharacter(PreparedStatement target,
char value,
int columnIndex) |
public CharacterPreparedStatementIndexSetter()
public void set(PreparedStatement target, Character value, int columnIndex) throws SQLException
set in interface PreparedStatementIndexSetter<Character>set in interface org.simpleflatmapper.reflect.IndexedSetter<PreparedStatement,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) throws Exception
ExceptionCopyright © 2018. All rights reserved.