Class FlightSqlDriverFactory

java.lang.Object
org.apache.arrow.adbc.driver.flightsql.FlightSqlDriverFactory
All Implemented Interfaces:
AdbcDriverFactory

public class FlightSqlDriverFactory extends Object implements AdbcDriverFactory
Constructs new FlightSqlDriver instances.
  • Constructor Details

    • FlightSqlDriverFactory

      public FlightSqlDriverFactory()
  • Method Details

    • getDriver

      public AdbcDriver getDriver(org.apache.arrow.memory.BufferAllocator allocator)
      Description copied from interface: AdbcDriverFactory
      Gets a new AdbcDriver.
      Specified by:
      getDriver in interface AdbcDriverFactory
      Parameters:
      allocator - The allocator to associate with the AdbcDriver.
      Returns:
      a new AdbcDriver.