ADBC
Arrow 数据库连接
|
这是 adbc::driver::BaseConnection< Derived > 的完整成员列表,包括所有继承的成员。
AutocommitState 枚举名称 | adbc::driver::BaseConnection< Derived > | |
Base 类型定义(定义于 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 | 内联私有 |
CGetOptionStringLike(const char *key, T *value, size_t *length, AdbcError *error) (定义于 adbc::driver::ObjectBase) | adbc::driver::ObjectBase | 内联私有 |
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 | 内联私有 |
CSetOptionBytes(const char *key, const uint8_t *value, size_t length, AdbcError *error) (定义于 adbc::driver::ObjectBase) | adbc::driver::ObjectBase | 内联私有 |
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 | 内联虚函数 |
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 > | 内联私有 |
Init(void *parent, AdbcError *error) 重写 | adbc::driver::BaseConnection< Derived > | 内联虚函数 |
InitImpl(void *parent) | adbc::driver::BaseConnection< Derived > | 内联虚函数 |
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) 重写 | adbc::driver::BaseConnection< Derived > | 内联虚函数 |
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) 重写 | adbc::driver::BaseConnection< Derived > | 内联虚函数 |
SetOptionImpl(std::string_view key, Option value) | adbc::driver::BaseConnection< Derived > | 内联虚函数 |
~BaseConnection()=default (定义于 adbc::driver::BaseConnection< Derived >) | adbc::driver::BaseConnection< Derived > | |
~ObjectBase()=default (定义于 adbc::driver::ObjectBase) | adbc::driver::ObjectBase | 虚函数 |