Class IntBinder

All Implemented Interfaces:
ColumnBinder

public class IntBinder extends BaseColumnBinder<IntVector>
A column binder for 32-bit integers.
  • Constructor Details

    • IntBinder

      public IntBinder(IntVector vector)
    • IntBinder

      public IntBinder(IntVector vector, int jdbcType)
  • Method Details

    • bind

      public void bind(PreparedStatement statement, int parameterIndex, int rowIndex) throws SQLException
      Description copied from interface: ColumnBinder
      Bind the given row to the given parameter.
      Parameters:
      statement - The statement to bind to.
      parameterIndex - The parameter to bind to (1-indexed)
      rowIndex - The row to bind values from (0-indexed)
      Throws:
      SQLException - if an error occurs