Interface AdbcDatabase

All Superinterfaces:
AdbcOptions, AutoCloseable
All Known Implementing Classes:
FlightSqlDatabase, JdbcDataSourceDatabase

public interface AdbcDatabase extends AutoCloseable, AdbcOptions
An instance of a database (e.g. a handle to an in-memory database).

A database can have multiple open connections. While this is likely redundant structure for remote/networked databases, for in-memory databases, this object provides an explicit point of ownership.