Class JdbcDriverFactory
java.lang.Object
org.apache.arrow.adbc.driver.jdbc.JdbcDriverFactory
- All Implemented Interfaces:
AdbcDriverFactory
Constructs new JdbcDriver instances.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JdbcDriverFactory
public JdbcDriverFactory()
-
-
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.
-