YDB Table client.
Definition in file table.hpp.
Go to the source code of this file.
#include <ydb-cpp-sdk/client/query/client.h>#include <ydb-cpp-sdk/client/query/query.h>#include <ydb-cpp-sdk/client/table/table.h>#include <userver/dynamic_config/source.hpp>#include <userver/utils/statistics/fwd.hpp>#include <userver/ydb/builder.hpp>#include <userver/ydb/query.hpp>#include <userver/ydb/response.hpp>#include <userver/ydb/settings.hpp>#include <userver/ydb/transaction.hpp>Classes | |
| class | ydb::TableClient |
| YDB Table client. More... | |
Namespaces | |
| namespace | tracing |
| Distributed tracing helpers and identifiers. | |
| namespace | utils |
| General-purpose utilities used across userver libraries. | |
Typedefs | |
| using | ydb::DescribePathSettings = NYdb::NScheme::TDescribePathSettings |
| using | ydb::ListDirectorySettings = NYdb::NScheme::TListDirectorySettings |
| using | ydb::MakeDirectorySettings = NYdb::NScheme::TMakeDirectorySettings |
| using | ydb::RemoveDirectorySettings = NYdb::NScheme::TRemoveDirectorySettings |
| using | ydb::BulkUpsertSettings = NYdb::NTable::TBulkUpsertSettings |
| using | ydb::CreateTableSettings = NYdb::NTable::TCreateTableSettings |
| using | ydb::DescribeTableSettings = NYdb::NTable::TDescribeTableSettings |
| using | ydb::DropTableSettings = NYdb::NTable::TDropTableSettings |
| using | ydb::ScanQuerySettings = NYdb::NTable::TStreamExecScanQuerySettings |
| using | ydb::DynamicTransactionName = utils::StrongTypedef<struct DynamicTransactionNameTag, std::string> |
| A dynamic transaction name for. | |
| using ydb::BulkUpsertSettings = NYdb::NTable::TBulkUpsertSettings |
| using ydb::CreateTableSettings = NYdb::NTable::TCreateTableSettings |
| using ydb::DescribePathSettings = NYdb::NScheme::TDescribePathSettings |
| using ydb::DescribeTableSettings = NYdb::NTable::TDescribeTableSettings |
| using ydb::DropTableSettings = NYdb::NTable::TDropTableSettings |
| using ydb::DynamicTransactionName = utils::StrongTypedef<struct DynamicTransactionNameTag, std::string> |
A dynamic transaction name for.
| using ydb::ListDirectorySettings = NYdb::NScheme::TListDirectorySettings |
| using ydb::MakeDirectorySettings = NYdb::NScheme::TMakeDirectorySettings |
| using ydb::RemoveDirectorySettings = NYdb::NScheme::TRemoveDirectorySettings |