CAdbcConnection | 活动的数据库连接 |
CAdbcDatabase | 数据库实例 |
CAdbcDriver | 已初始化数据库驱动程序的实例 |
CAdbcError | 操作的详细错误消息 |
CAdbcErrorDetail | 错误的额外键值元数据 |
CAdbcPartitions | 分布式/分区结果集的分区 |
CAdbcStatement | 执行数据库查询所需的所有状态的容器,例如查询本身、预处理语句的参数、驱动程序参数等 |
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(语句) 状态:初始化,未设置查询 |
Cadbc::driver::GetObjectsHelper | GetObjects 实现助手 |
Cadbc::driver::Status::Impl | 私有 Status(状态) 实现细节 |
Cadbc::driver::InfoValue | AdbcConnectionGetInfo() 返回的数组中单个条目的表示形式 |
Cadbc::driver::Statement< Derived >::IngestState | Statement(语句) 状态:批量摄取 |
▼Cadbc::driver::ObjectBase | AdbcDatabase、AdbcConnection 和 AdbcStatement 的 private_data 的基类 |
Cadbc::driver::BaseConnection< Derived > | |
▼Cadbc::driver::BaseDatabase< Derived > | |
Cadbc::driver::Database< Derived > | AdbcDatabase 的 CRTP 基实现 |
▼Cadbc::driver::BaseStatement< Derived > | |
Cadbc::driver::Statement< Derived > | 语句的基本实现 |
Cadbc::driver::Connection< Derived > | AdbcConnection 的 CRTP 基实现 |
Cadbc::driver::Option | 类型化选项值包装器。它目前不尝试转换(即将 double 选项作为字符串获取) |
Cadbc::driver::Statement< Derived >::PreparedState | Statement(语句) 状态:预处理语句 |
Cadbc::driver::Statement< Derived >::QueryState | Statement(语句) 状态:即席查询 |
Cadbc::driver::ResolveObjectTImpl< DatabaseT, ConnectionT, StatementT, T > | 以下内容的助手:给定 ADBC 类型,选择正确的驱动程序类型 |
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 > | 值或错误的包装器 |
Cadbc::driver::Status | AdbcStatusCode + AdbcError 的包装器 |
Cadbc::driver::GetObjectsHelper::Table | |
Cadbc::driver::Option::Unset | 未设置选项 |