Uses of Interface
org.apache.arrow.adbc.core.AdbcDriver
Packages that use AdbcDriver
Package
Description
-
Uses of AdbcDriver in org.apache.arrow.adbc.driver.flightsql
Classes in org.apache.arrow.adbc.driver.flightsql that implement AdbcDriverMethods in org.apache.arrow.adbc.driver.flightsql that return AdbcDriver -
Uses of AdbcDriver in org.apache.arrow.adbc.driver.jdbc
Classes in org.apache.arrow.adbc.driver.jdbc that implement AdbcDriverMethods in org.apache.arrow.adbc.driver.jdbc that return AdbcDriver -
Uses of AdbcDriver in org.apache.arrow.adbc.driver.jni
Classes in org.apache.arrow.adbc.driver.jni that implement AdbcDriverMethods in org.apache.arrow.adbc.driver.jni that return AdbcDriver -
Uses of AdbcDriver in org.apache.arrow.adbc.drivermanager
Methods in org.apache.arrow.adbc.drivermanager that return AdbcDriverModifier and TypeMethodDescriptionAdbcDriverFactory.getDriver(BufferAllocator allocator) Gets a new AdbcDriver.Method parameters in org.apache.arrow.adbc.drivermanager with type arguments of type AdbcDriverModifier and TypeMethodDescriptionvoidAdbcDriverManager.registerDriver(String driverFactoryName, Function<BufferAllocator, AdbcDriver> driverFactory) Register a driver manually.