CAdbcConnection | An active database connection |
CAdbcDatabase | An instance of a database |
CAdbcDriver | An instance of an initialized database driver |
CAdbcError | A detailed error message for an operation |
CAdbcErrorDetail | Extra key-value metadata for an error |
CAdbcPartitions | The partitions of a distributed/partitioned result set |
CAdbcStatement | A 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 >::EmptyState | Statement state: initialized with no set query |
Cadbc::driver::GetObjectsHelper | Helper to implement GetObjects |
Cadbc::driver::Status::Impl | Private Status implementation details |
Cadbc::driver::InfoValue | Representation of a single item in an array to be returned from AdbcConnectionGetInfo() |
Cadbc::driver::Statement< Derived >::IngestState | Statement state: bulk ingestion |
▼Cadbc::driver::ObjectBase | Base 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::Option | A typed option value wrapper. It currently does not attempt conversion (i.e., getting a double option as a string) |
Cadbc::driver::Statement< Derived >::PreparedState | Statement state: prepared statement |
Cadbc::driver::Statement< Derived >::QueryState | Statement 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::Status | A wrapper around AdbcStatusCode + AdbcError |
Cadbc::driver::GetObjectsHelper::Table | |
Cadbc::driver::Option::Unset | The option is unset |