userver: userver/storages/sqlite/row_types.hpp File Reference
Loading...
Searching...
No Matches
row_types.hpp File Reference

Detailed Description

Helper tags to disambiguate result extraction between row and field.

Definition in file row_types.hpp.

Go to the source code of this file.

#include <tuple>
#include <type_traits>
+ This graph shows which files directly or indirectly include this file:

Classes

struct  storages::sqlite::FieldTag
 Used for extracting statement results as a single field. More...
 
struct  storages::sqlite::RowTag
 Used for extracting statement results as rows. More...
 
struct  storages::sqlite::IsTuple< T >
 
struct  storages::sqlite::IsTuple< std::tuple< Args... > >
 

Namespaces

namespace  storages
 Components, clients and helpers for different databases and storages.
 

Variables

constexpr FieldTag storages::sqlite::kFieldTag
 
constexpr RowTag storages::sqlite::kRowTag {}
 

Variable Documentation

◆ kFieldTag

FieldTag storages::sqlite::kFieldTag
inlineconstexpr

Definition at line 18 of file row_types.hpp.

◆ kRowTag

RowTag storages::sqlite::kRowTag {}
inlineconstexpr

Definition at line 19 of file row_types.hpp.