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