Class FlightSqlDatabase
java.lang.Object
org.apache.arrow.adbc.driver.flightsql.FlightSqlDatabase
- All Implemented Interfaces:
AutoCloseable
,AdbcDatabase
,AdbcOptions
An instance of a database (e.g. a handle to an in-memory database).
-
Method Details
-
connect
Description copied from interface:AdbcDatabase
Create a new connection to the database.- Specified by:
connect
in interfaceAdbcDatabase
- Throws:
AdbcException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Throws:
Exception
-
toString
-