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