ADBC
Arrow Database Connectivity
Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 CAdbcConnectionAn active database connection
 CAdbcDatabaseAn instance of a database
 CAdbcDriverAn instance of an initialized database driver
 CAdbcErrorA detailed error message for an operation
 CAdbcErrorDetailExtra key-value metadata for an error
 CAdbcPartitionsThe partitions of a distributed/partitioned result set
 CAdbcStatementA container for all state needed to execute a database query, such as the query itself, parameters for prepared statements, driver parameters, etc
 Cadbc::driver::GetObjectsHelper::Column
 Cadbc::driver::GetObjectsHelper::ColumnXdbc
 Cadbc::driver::GetObjectsHelper::Constraint
 Cadbc::driver::GetObjectsHelper::ConstraintUsage
 Cadbc::driver::Driver< DatabaseT, ConnectionT, StatementT >
 Cadbc::driver::Statement< Derived >::EmptyStateStatement state: initialized with no set query
 Cadbc::driver::GetObjectsHelperHelper to implement GetObjects
 Cadbc::driver::Status::ImplPrivate Status implementation details
 Cadbc::driver::InfoValueRepresentation of a single item in an array to be returned from AdbcConnectionGetInfo()
 Cadbc::driver::Statement< Derived >::IngestStateStatement state: bulk ingestion
 Cadbc::driver::ObjectBaseBase class for private_data of AdbcDatabase, AdbcConnection, and AdbcStatement
 Cadbc::driver::BaseConnection< Derived >
 Cadbc::driver::BaseDatabase< Derived >
 Cadbc::driver::Database< Derived >The CRTP base implementation of an AdbcDatabase
 Cadbc::driver::BaseStatement< Derived >
 Cadbc::driver::Statement< Derived >A base implementation of a statement
 Cadbc::driver::Connection< Derived >The CRTP base implementation of an AdbcConnection
 Cadbc::driver::OptionA typed option value wrapper. It currently does not attempt conversion (i.e., getting a double option as a string)
 Cadbc::driver::Statement< Derived >::PreparedStateStatement state: prepared statement
 Cadbc::driver::Statement< Derived >::QueryStateStatement state: ad-hoc query
 Cadbc::driver::ResolveObjectTImpl< DatabaseT, ConnectionT, StatementT, T >Helper for below: given the ADBC type, pick the right driver type
 Cadbc::driver::ResolveObjectTImpl< DatabaseT, ConnectionT, StatementT, struct AdbcConnection >
 Cadbc::driver::ResolveObjectTImpl< DatabaseT, ConnectionT, StatementT, struct AdbcDatabase >
 Cadbc::driver::ResolveObjectTImpl< DatabaseT, ConnectionT, StatementT, struct AdbcStatement >
 Cadbc::driver::Result< T >A wrapper around a value, or an error
 Cadbc::driver::StatusA wrapper around AdbcStatusCode + AdbcError
 Cadbc::driver::GetObjectsHelper::Table
 Cadbc::driver::Option::UnsetThe option is unset