Interface AdbcDriverFactory
- All Known Implementing Classes:
FlightSqlDriverFactory,JdbcDriverFactory
public interface AdbcDriverFactory
A factory for instantiating new AdbcDrivers.
-
Method Summary
-
Method Details
-
getDriver
Gets a new AdbcDriver.- Parameters:
allocator- The allocator to associate with the AdbcDriver.- Returns:
- a new AdbcDriver.
-