Class Time64Binder
java.lang.Object
org.apache.arrow.adapter.jdbc.binder.BaseColumnBinder<BaseFixedWidthVector>
org.apache.arrow.adapter.jdbc.binder.Time64Binder
- All Implemented Interfaces:
- ColumnBinder
A binder for 64-bit time types.
- 
Field SummaryFields inherited from class org.apache.arrow.adapter.jdbc.binder.BaseColumnBinderjdbcType, vector
- 
Constructor SummaryConstructorsConstructorDescriptionTime64Binder(TimeMicroVector vector) Time64Binder(TimeMicroVector vector, int jdbcType) Time64Binder(TimeNanoVector vector) Time64Binder(TimeNanoVector vector, int jdbcType) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidbind(PreparedStatement statement, int parameterIndex, int rowIndex) Bind the given row to the given parameter.Methods inherited from class org.apache.arrow.adapter.jdbc.binder.BaseColumnBindergetJdbcType, getVector
- 
Constructor Details- 
Time64Binder
- 
Time64Binder
- 
Time64Binder
- 
Time64Binder
 
- 
- 
Method Details- 
bindDescription copied from interface:ColumnBinderBind 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
 
 
-