Class DateDayBinder

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

public class DateDayBinder extends BaseColumnBinder<DateDayVector>
A column binder for 32-bit dates.
  • Constructor Details

  • 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