Package org.apache.arrow.adbc.driver.jni
Class JniDriverFactory
java.lang.Object
org.apache.arrow.adbc.driver.jni.JniDriverFactory
- All Implemented Interfaces:
AdbcDriverFactory
Constructs new JniDriver instances.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JniDriverFactory
public JniDriverFactory()
-
-
Method Details
-
getDriver
Description copied from interface:AdbcDriverFactoryGets a new AdbcDriver.- Specified by:
getDriverin interfaceAdbcDriverFactory- Parameters:
allocator- The allocator to associate with the AdbcDriver.- Returns:
- a new AdbcDriver.
-