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 Summary
Constructors Constructor Description FlightSqlDriverFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AdbcDrivergetDriver(org.apache.arrow.memory.BufferAllocator allocator)
-
-
-
Method Detail
-
getDriver
public AdbcDriver getDriver(org.apache.arrow.memory.BufferAllocator allocator)
- Specified by:
getDriverin interfaceAdbcDriverFactory
-
-