Class FlightSqlDatabase
- java.lang.Object
-
- org.apache.arrow.adbc.driver.flightsql.FlightSqlDatabase
-
- All Implemented Interfaces:
AutoCloseable,AdbcDatabase,AdbcOptions
public final class FlightSqlDatabase extends Object implements AdbcDatabase
An instance of a database (e.g. a handle to an in-memory database).
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()AdbcConnectionconnect()StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.arrow.adbc.core.AdbcOptions
getOption, setOption
-
-
-
-
Method Detail
-
connect
public AdbcConnection connect() throws AdbcException
- Specified by:
connectin interfaceAdbcDatabase- Throws:
AdbcException
-
close
public void close() throws Exception- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-
-