userver: ydb::ValueTraits< InsertRow > Struct Reference
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
ydb::ValueTraits< InsertRow > Struct Reference

Detailed Description

Definition at line 11 of file insert_row.hpp.

Static Public Member Functions

static InsertRow Parse (NYdb::TValueParser &parser, const std::string &column_name)=delete
 
static void Write (NYdb::TValueBuilderBase< NYdb::TValueBuilder > &builder, const InsertRow &value)
 
static void Write (NYdb::TValueBuilderBase< NYdb::TParamValueBuilder > &builder, const InsertRow &value)
 
static InsertRow Parse (NYdb::TValueParser &parser, const ParseContext &context)
 
static void Write (NYdb::TValueBuilderBase< Builder > &builder, const InsertRow &value)
 Writes an element of type T to builder.
 
static NYdb::TType MakeType ()=delete
 Uses NYdb::TTypeBuilder to create a representation of T type.
 

Member Function Documentation

◆ Parse()

static InsertRow ydb::ValueTraits< InsertRow, void >::Parse ( NYdb::TValueParser & parser,
const ParseContext & context )
inlinestatic

Parses an element of type T from parser. context may be used for diagnostic messages.

Definition at line 22 of file traits.hpp.

◆ Write()

static void ydb::ValueTraits< InsertRow, void >::Write ( NYdb::TValueBuilderBase< Builder > & builder,
const InsertRow & value )
inlinestatic

Writes an element of type T to builder.

Definition at line 34 of file traits.hpp.


The documentation for this struct was generated from the following file: