Class Float8Binder

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

public class Float8Binder extends BaseColumnBinder<Float8Vector>
A binder for 64-bit floats.
  • Constructor Details

    • Float8Binder

      public Float8Binder(Float8Vector vector)
    • Float8Binder

      public Float8Binder(Float8Vector 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