userver: userver/ydb/query.hpp Source File
Loading...
Searching...
No Matches
query.hpp
Go to the documentation of this file.
1#pragma once
2
3/// @file userver/ydb/query.hpp
4/// @brief YDB SQL query type alias
5
6#include <userver/storages/query.hpp>
7
8USERVER_NAMESPACE_BEGIN
9
10namespace ydb {
11
12using Query = USERVER_NAMESPACE::storages::Query;
13
14}
15
16USERVER_NAMESPACE_END