Uses of Interface
org.apache.arrow.adbc.core.AdbcOptions
Packages that use AdbcOptions
Package
Description
ADBC (Arrow Database Connectivity) is an API standard for Arrow-based database access.
-
Uses of AdbcOptions in org.apache.arrow.adbc.core
Subinterfaces of AdbcOptions in org.apache.arrow.adbc.coreModifier and TypeInterfaceDescriptioninterfaceA connection to aAdbcDatabase.interfaceAn instance of a database (e.g. a handle to an in-memory database).interfaceA container for all state needed to execute a database query, such as the query itself, parameters for prepared statements, driver parameters, etc. -
Uses of AdbcOptions in org.apache.arrow.adbc.driver.flightsql
Classes in org.apache.arrow.adbc.driver.flightsql that implement AdbcOptionsModifier and TypeClassDescriptionclassfinal classAn instance of a database (e.g. a handle to an in-memory database).class -
Uses of AdbcOptions in org.apache.arrow.adbc.driver.jdbc
Classes in org.apache.arrow.adbc.driver.jdbc that implement AdbcOptionsModifier and TypeClassDescriptionclassfinal classAn instance of a database based on aDataSource.class