public class ClobPreparedStatementIndexSetter extends Object implements PreparedStatementIndexSetter<Clob>
| Constructor and Description |
|---|
ClobPreparedStatementIndexSetter() |
| Modifier and Type | Method and Description |
|---|---|
void |
set(PreparedStatement target,
Clob value,
int columnIndex) |
public void set(PreparedStatement target, Clob value, int columnIndex) throws SQLException
set in interface PreparedStatementIndexSetter<Clob>set in interface org.simpleflatmapper.reflect.IndexedSetter<PreparedStatement,Clob>target - the preparedStatement to bind againstvalue - the value to bindcolumnIndex - the index to start binding atSQLException - if an error occursCopyright © 2018. All rights reserved.