CAdbcConnection | 一個活動的資料庫連線 |
CAdbcDatabase | 一個資料庫的實例 |
CAdbcDriver | 一個已初始化的資料庫驅動程式的實例 |
CAdbcError | 一個操作的詳細錯誤訊息 |
CAdbcErrorDetail | 錯誤的額外鍵值 metadata |
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 | Private 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 > | statement 的基底實作 |
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 | 選項未設定 |