Class TinyIntBinder

java.lang.Object
org.apache.arrow.adapter.jdbc.binder.BaseColumnBinder<TinyIntVector>
org.apache.arrow.adapter.jdbc.binder.TinyIntBinder
All Implemented Interfaces:
ColumnBinder

public class TinyIntBinder extends BaseColumnBinder<TinyIntVector>
A column binder for 8-bit integers.
  • Constructor Details

    • TinyIntBinder

      public TinyIntBinder(TinyIntVector vector)
    • TinyIntBinder

      public TinyIntBinder(TinyIntVector 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