ADBC
Arrow Database Connectivity
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 Nadbc
 Ndriver
 CBaseConnection
 CBaseDatabase
 CBaseStatement
 CConnectionThe CRTP base implementation of an AdbcConnection
 CDatabaseThe CRTP base implementation of an AdbcDatabase
 CDriver
 CGetObjectsHelperHelper to implement GetObjects
 CColumn
 CColumnXdbc
 CConstraint
 CConstraintUsage
 CTable
 CInfoValueRepresentation of a single item in an array to be returned from AdbcConnectionGetInfo()
 CObjectBaseBase class for private_data of AdbcDatabase, AdbcConnection, and AdbcStatement
 COptionA typed option value wrapper. It currently does not attempt conversion (i.e., getting a double option as a string)
 CUnsetThe option is unset
 CResolveObjectTImplHelper for below: given the ADBC type, pick the right driver type
 CResolveObjectTImpl< DatabaseT, ConnectionT, StatementT, struct AdbcConnection >
 CResolveObjectTImpl< DatabaseT, ConnectionT, StatementT, struct AdbcDatabase >
 CResolveObjectTImpl< DatabaseT, ConnectionT, StatementT, struct AdbcStatement >
 CResultA wrapper around a value, or an error
 CStatementA base implementation of a statement
 CEmptyStateStatement state: initialized with no set query
 CIngestStateStatement state: bulk ingestion
 CPreparedStateStatement state: prepared statement
 CQueryStateStatement state: ad-hoc query
 CStatusA wrapper around AdbcStatusCode + AdbcError
 CImplPrivate Status implementation details
 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