Package org.apache.arrow.adapter.jdbc
Class JdbcParameterBinder.Builder
java.lang.Object
org.apache.arrow.adapter.jdbc.JdbcParameterBinder.Builder
- Enclosing class:
- JdbcParameterBinder
A builder for a
JdbcParameterBinder
.-
Method Summary
Modifier and TypeMethodDescriptionbind
(int parameterIndex, int columnIndex) Bind the given parameter to the given column using the default binder.bind
(int parameterIndex, ColumnBinder binder) Bind the given parameter using the given binder.bindAll()
Bind each column to the corresponding parameter in order.build()
Build the binder.
-
Method Details
-
bindAll
Bind each column to the corresponding parameter in order. -
bind
Bind the given parameter to the given column using the default binder. -
bind
Bind the given parameter using the given binder. -
build
Build the binder.
-