All Classes and Interfaces
Class
Description
Consumer which consume array type values from
ResultSet.VectorSchemaRoot iterator for partially converting JDBC data.
Base class for ColumnBinder implementations.
Base class for all consumers.
A column binder for 8-bit integers.
Consumer which consume bigint type values from
ResultSet.Consumer which consume binary type values from
ResultSet.A column binder for booleans.
Consumer which consume bit type values from
ResultSet.Consumer which consume blob type values from
ResultSet.Consumer which consume clob type values from
ResultSet.A helper to bind values from a wrapped Arrow vector to a JDBC PreparedStatement.
Visitor to create the base ColumnBinder for a vector.
Composite consumer which hold all consumers.
String constants used for metadata returned on Vectors.
Consumer which consume date type values from
ResultSet.A column binder for 32-bit dates.
A column binder for 64-bit dates.
A binder for 128-bit decimals.
A binder for 256-bit decimals.
Consumer which consume decimal type values from
ResultSet.Consumer which consume decimal type values from
ResultSet.Consumer which consume double type values from
ResultSet.A binder for fixed-width binary types.
A binder for 32-bit floats.
A binder for 64-bit floats.
Consumer which consume float type values from
ResultSet.A column binder for 32-bit integers.
Consumer which consume int type values from
ResultSet.An abstraction that is used to consume values from
ResultSet.Exception while consuming JDBC data.
This class represents the information about a JDBC ResultSet Field that is needed to construct an
ArrowType.A binder binds JDBC prepared statement parameters to rows of Arrow data from a VectorSchemaRoot.
A builder for a
JdbcParameterBinder.Utility class to convert JDBC objects to columnar Arrow format objects.
This class configures the JDBC-to-Arrow conversion process.
Interface for a function that gets a JDBC consumer for the given values.
This class builds
JdbcToArrowConfigs.Class that does most of the work to convert JDBC ResultSet data into Arrow columnar format Vector
objects.
A column binder for list of primitive values.
A column binder for map of primitive values.
Consumer which consume map type values from
ResultSet.A ColumnBinder that checks for nullability before deferring to a type-specific binder.
Consumer which consume null type values from ResultSet.
A column binder for 8-bit integers.
Consumer which consume smallInt type values from
ResultSet.A binder for 32-bit time types.
A binder for 64-bit time types.
Consumer which consume time type values from
ResultSet.A column binder for timestamps.
Consumer which consume timestamp type values from
ResultSet.Consumer which consume timestamp (with time zone) type values from
ResultSet.A column binder for 8-bit integers.
Consumer which consume tinyInt type values from
ResultSet.A binder for variable-width binary types.
A binder for variable-width string types.
Consumer which consume varchar type values from
ResultSet.