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