Interface AdbcDriverFactory

All Known Implementing Classes:
FlightSqlDriverFactory, JdbcDriverFactory

public interface AdbcDriverFactory
A factory for instantiating new AdbcDrivers.
  • Method Details

    • getDriver

      AdbcDriver getDriver(BufferAllocator allocator)
      Gets a new AdbcDriver.
      Parameters:
      allocator - The allocator to associate with the AdbcDriver.
      Returns:
      a new AdbcDriver.