Class BitBinder

All Implemented Interfaces:
ColumnBinder

public class BitBinder extends BaseColumnBinder<BitVector>
A column binder for booleans.
  • Constructor Details

    • BitBinder

      public BitBinder(BitVector vector)
    • BitBinder

      public BitBinder(BitVector 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