|
ADBC
Arrow 数据库连接性
|
这是 adbc::driver::BaseConnection< Derived > 的完整成员列表,包括所有继承的成员。
| AutocommitState 枚举名称 | adbc::driver::BaseConnection< Derived > | |
| Base typedef(定义于 adbc::driver::BaseConnection< Derived >) | adbc::driver::BaseConnection< Derived > | |
| BaseConnection()(定义于 adbc::driver::BaseConnection< Derived >) | adbc::driver::BaseConnection< Derived > | 内联 |
| Cancel(AdbcError *error)(定义于 adbc::driver::BaseConnection< Derived >) | adbc::driver::BaseConnection< Derived > | 内联 |
| CancelImpl()(定义于 adbc::driver::BaseConnection< Derived >) | adbc::driver::BaseConnection< Derived > | 内联 |
| CGetOptionNumeric(const char *key, T *value, AdbcError *error)(定义于 adbc::driver::ObjectBase) | adbc::driver::ObjectBase | inlineprivate |
| CGetOptionStringLike(const char *key, T *value, size_t *length, AdbcError *error)(定义于 adbc::driver::ObjectBase) | adbc::driver::ObjectBase | inlineprivate |
| Commit(AdbcError *error)(定义于 adbc::driver::BaseConnection< Derived >) | adbc::driver::BaseConnection< Derived > | 内联 |
| CommitImpl()(定义于 adbc::driver::BaseConnection< Derived >) | adbc::driver::BaseConnection< Derived > | 内联 |
| CSetOption(const char *key, T value, AdbcError *error)(定义于 adbc::driver::ObjectBase) | adbc::driver::ObjectBase | inlineprivate |
| CSetOptionBytes(const char *key, const uint8_t *value, size_t length, AdbcError *error)(定义于 adbc::driver::ObjectBase) | adbc::driver::ObjectBase | inlineprivate |
| GetInfo(const uint32_t *info_codes, size_t info_codes_length, ArrowArrayStream *out, AdbcError *error)(定义于 adbc::driver::BaseConnection< Derived >) | adbc::driver::BaseConnection< Derived > | 内联 |
| GetInfoImpl(const std::vector< uint32_t > info_codes, ArrowArrayStream *out)(定义于 adbc::driver::BaseConnection< Derived >) | adbc::driver::BaseConnection< Derived > | 内联 |
| GetObjects(int c_depth, const char *catalog, const char *db_schema, const char *table_name, const char **table_type, const char *column_name, ArrowArrayStream *out, AdbcError *error)(定义于 adbc::driver::BaseConnection< Derived >) | adbc::driver::BaseConnection< Derived > | 内联 |
| GetObjectsImpl(int c_depth, std::optional< std::string_view > catalog_filter, std::optional< std::string_view > schema_filter, std::optional< std::string_view > table_filter, std::optional< std::string_view > column_filter, const std::vector< std::string_view > &table_types, struct ArrowArrayStream *out)(定义于 adbc::driver::BaseConnection< Derived >) | adbc::driver::BaseConnection< Derived > | 内联 |
| GetOption(std::string_view key) | adbc::driver::ObjectBase | inlinevirtual |
| GetStatisticNames(ArrowArrayStream *out, AdbcError *error)(定义于 adbc::driver::BaseConnection< Derived >) | adbc::driver::BaseConnection< Derived > | 内联 |
| GetStatisticNames(ArrowArrayStream *out)(定义于 adbc::driver::BaseConnection< Derived >) | adbc::driver::BaseConnection< Derived > | 内联 |
| GetStatistics(const char *catalog, const char *db_schema, const char *table_name, char approximate, ArrowArrayStream *out, AdbcError *error)(定义于 adbc::driver::BaseConnection< Derived >) | adbc::driver::BaseConnection< Derived > | 内联 |
| GetStatisticsImpl(std::optional< std::string_view > catalog, std::optional< std::string_view > db_schema, std::optional< std::string_view > table_name, bool approximate, ArrowArrayStream *out)(定义于 adbc::driver::BaseConnection< Derived >) | adbc::driver::BaseConnection< Derived > | 内联 |
| GetTableSchema(const char *catalog, const char *db_schema, const char *table_name, ArrowSchema *schema, AdbcError *error)(定义于 adbc::driver::BaseConnection< Derived >) | adbc::driver::BaseConnection< Derived > | 内联 |
| GetTableSchemaImpl(std::optional< std::string_view > catalog, std::optional< std::string_view > db_schema, std::string_view table_name, ArrowSchema *out)(定义于 adbc::driver::BaseConnection< Derived >) | adbc::driver::BaseConnection< Derived > | 内联 |
| GetTableTypes(ArrowArrayStream *out, AdbcError *error)(定义于 adbc::driver::BaseConnection< Derived >) | adbc::driver::BaseConnection< Derived > | 内联 |
| GetTableTypesImpl(ArrowArrayStream *out)(定义于 adbc::driver::BaseConnection< Derived >) | adbc::driver::BaseConnection< Derived > | 内联 |
| impl()(定义于 adbc::driver::BaseConnection< Derived >) | adbc::driver::BaseConnection< Derived > | inlineprivate |
| Init(void *parent, AdbcError *error) override | adbc::driver::BaseConnection< Derived > | inlinevirtual |
| InitImpl(void *parent) | adbc::driver::BaseConnection< Derived > | inlinevirtual |
| lifecycle_state_(定义于 adbc::driver::ObjectBase) | adbc::driver::ObjectBase | 受保护 |
| ObjectBase()=default(定义于 adbc::driver::ObjectBase) | adbc::driver::ObjectBase | |
| ReadPartition(const uint8_t *serialized_partition, size_t serialized_length, ArrowArrayStream *out, AdbcError *error)(定义于 adbc::driver::BaseConnection< Derived >) | adbc::driver::BaseConnection< Derived > | 内联 |
| ReadPartitionImpl(std::string_view serialized_partition, ArrowArrayStream *out)(定义于 adbc::driver::BaseConnection< Derived >) | adbc::driver::BaseConnection< Derived > | 内联 |
| Release(AdbcError *error) override | adbc::driver::BaseConnection< Derived > | inlinevirtual |
| ReleaseImpl()(定义于 adbc::driver::BaseConnection< Derived >) | adbc::driver::BaseConnection< Derived > | 内联 |
| Rollback(AdbcError *error)(定义于 adbc::driver::BaseConnection< Derived >) | adbc::driver::BaseConnection< Derived > | 内联 |
| RollbackImpl()(定义于 adbc::driver::BaseConnection< Derived >) | adbc::driver::BaseConnection< Derived > | 内联 |
| SetOption(std::string_view key, Option value, AdbcError *error) override | adbc::driver::BaseConnection< Derived > | inlinevirtual |
| SetOptionImpl(std::string_view key, Option value) | adbc::driver::BaseConnection< Derived > | inlinevirtual |
| ~BaseConnection()=default(定义于 adbc::driver::BaseConnection< Derived >) | adbc::driver::BaseConnection< Derived > | |
| ~ObjectBase()=default(定义于 adbc::driver::ObjectBase) | adbc::driver::ObjectBase | 虚函数 |