Uses of Package
org.apache.arrow.adbc.core
Packages that use org.apache.arrow.adbc.core
Package
Description
ADBC (Arrow Database Connectivity) is an API standard for Arrow-based database access.
-
Classes in org.apache.arrow.adbc.core used by org.apache.arrow.adbc.coreClassDescriptionA connection to a
AdbcDatabase.The level of nesting to retrieve forAdbcConnection.getObjects(GetObjectsDepth, String, String, String, String[], String).An instance of a database (e.g. a handle to an in-memory database).An error in the database or ADBC driver.Integer IDs used for requesting information about the database/driver.An ADBC object that supports getting/setting generic options.A container for all state needed to execute a database query, such as the query itself, parameters for prepared statements, driver parameters, etc.The partitions of a result set.The result of executing a query with a result set.The result of executing a query without a result set.A status code indicating the general category of error that occurred.How to handle already-existing/nonexistent tables for bulk ingest operations.Additional details (not necessarily human-readable) contained in anAdbcException.The isolation level to use for transactions when autocommit is disabled.An opaque descriptor for a part of a potentially distributed or partitioned result set.Definitions of standard statistic names/keys.A typesafe option key. -
Classes in org.apache.arrow.adbc.core used by org.apache.arrow.adbc.driver.flightsqlClassDescriptionA connection to a
AdbcDatabase.The level of nesting to retrieve forAdbcConnection.getObjects(GetObjectsDepth, String, String, String, String[], String).An instance of a database (e.g. a handle to an in-memory database).A handle to an ADBC database driver.An error in the database or ADBC driver.An ADBC object that supports getting/setting generic options.A container for all state needed to execute a database query, such as the query itself, parameters for prepared statements, driver parameters, etc.The partitions of a result set.The result of executing a query with a result set.The result of executing a query without a result set.How to handle already-existing/nonexistent tables for bulk ingest operations.A typesafe option key. -
Classes in org.apache.arrow.adbc.core used by org.apache.arrow.adbc.driver.jdbcClassDescriptionA connection to a
AdbcDatabase.The level of nesting to retrieve forAdbcConnection.getObjects(GetObjectsDepth, String, String, String, String[], String).An instance of a database (e.g. a handle to an in-memory database).A handle to an ADBC database driver.An error in the database or ADBC driver.An ADBC object that supports getting/setting generic options.A container for all state needed to execute a database query, such as the query itself, parameters for prepared statements, driver parameters, etc.The result of executing a query with a result set.The result of executing a query without a result set.How to handle already-existing/nonexistent tables for bulk ingest operations.The isolation level to use for transactions when autocommit is disabled. -
Classes in org.apache.arrow.adbc.core used by org.apache.arrow.adbc.driver.testsuiteClassDescriptionA connection to a
AdbcDatabase.An instance of a database (e.g. a handle to an in-memory database).An error in the database or ADBC driver.A status code indicating the general category of error that occurred. -
Classes in org.apache.arrow.adbc.core used by org.apache.arrow.adbc.drivermanagerClassDescriptionAn instance of a database (e.g. a handle to an in-memory database).A handle to an ADBC database driver.An error in the database or ADBC driver.