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