Module org.simpleflatmapper.jdbc
Class ArrayPreparedStatementIndexSetter
java.lang.Object
org.simpleflatmapper.jdbc.impl.setter.ArrayPreparedStatementIndexSetter
- All Implemented Interfaces:
PreparedStatementIndexSetter<Array>,org.simpleflatmapper.map.setter.ContextualIndexedSetter<PreparedStatement,Array>
public class ArrayPreparedStatementIndexSetter
extends Object
implements PreparedStatementIndexSetter<Array>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidset(PreparedStatement target, Array value, int columnIndex, org.simpleflatmapper.converter.Context context)
-
Constructor Details
-
ArrayPreparedStatementIndexSetter
public ArrayPreparedStatementIndexSetter()
-
-
Method Details
-
set
public void set(PreparedStatement target, Array value, int columnIndex, org.simpleflatmapper.converter.Context context) throws SQLException - Specified by:
setin interfaceorg.simpleflatmapper.map.setter.ContextualIndexedSetter<PreparedStatement,Array> - Specified by:
setin interfacePreparedStatementIndexSetter<Array>- Parameters:
target- the preparedStatement to bind againstvalue- the value to bindcolumnIndex- the index to start binding at- Throws:
SQLException- if an error occurs
-