Uses of Interface
org.apache.arrow.adbc.core.AdbcConnection
Packages that use AdbcConnection
Package
Description
ADBC (Arrow Database Connectivity) is an API standard for Arrow-based database access.
-
Uses of AdbcConnection in org.apache.arrow.adbc.core
Methods in org.apache.arrow.adbc.core that return AdbcConnectionModifier and TypeMethodDescriptionAdbcDatabase.connect()
Create a new connection to the database. -
Uses of AdbcConnection in org.apache.arrow.adbc.driver.flightsql
Classes in org.apache.arrow.adbc.driver.flightsql that implement AdbcConnectionMethods in org.apache.arrow.adbc.driver.flightsql that return AdbcConnection -
Uses of AdbcConnection in org.apache.arrow.adbc.driver.jdbc
Classes in org.apache.arrow.adbc.driver.jdbc that implement AdbcConnectionMethods in org.apache.arrow.adbc.driver.jdbc that return AdbcConnection -
Uses of AdbcConnection in org.apache.arrow.adbc.driver.testsuite
Methods in org.apache.arrow.adbc.driver.testsuite with parameters of type AdbcConnectionModifier and TypeMethodDescriptionSqlTestUtil.ingestTableIntsStrs
(BufferAllocator allocator, AdbcConnection connection, String tableName) Load a simple table with two columns.void
SqlTestUtil.ingestTablesWithReferentialConstraint
(BufferAllocator allocator, AdbcConnection connection, String mainTable, String dependentTable) Load two tables with foreign key relationship between themSqlTestUtil.ingestTableWithConstraints
(BufferAllocator allocator, AdbcConnection connection, String tableName) Load a table with composite primary key