Class RefPreparedStatementIndexSetter

java.lang.Object
org.simpleflatmapper.jdbc.impl.setter.RefPreparedStatementIndexSetter
All Implemented Interfaces:
PreparedStatementIndexSetter<Ref>, org.simpleflatmapper.map.setter.ContextualIndexedSetter<PreparedStatement,Ref>

public class RefPreparedStatementIndexSetter extends Object implements PreparedStatementIndexSetter<Ref>
  • Constructor Details

    • RefPreparedStatementIndexSetter

      public RefPreparedStatementIndexSetter()
  • Method Details

    • set

      public void set(PreparedStatement target, Ref value, int columnIndex, org.simpleflatmapper.converter.Context context) throws SQLException
      Specified by:
      set in interface org.simpleflatmapper.map.setter.ContextualIndexedSetter<PreparedStatement,Ref>
      Specified by:
      set in interface PreparedStatementIndexSetter<Ref>
      Parameters:
      target - the preparedStatement to bind against
      value - the value to bind
      columnIndex - the index to start binding at
      Throws:
      SQLException - if an error occurs