userver: storages::mysql::tests::TmpTable Class Reference
Loading...
Searching...
No Matches
storages::mysql::tests::TmpTable Class Referencefinal

Detailed Description

Definition at line 45 of file utils.hpp.

Public Member Functions

 TmpTable (std::string_view definition)
 
 TmpTable (ClusterWrapper &cluster, std::string_view definition)
 
template<typename... Args>
std::string FormatWithTableName (std::string_view source, const Args &... args) const
 
template<typename... Args>
StatementResultSet DefaultExecute (std::string_view source, const Args &... args)
 
ClusterWrapperGetCluster () const
 
Transaction Begin ()
 
engine::Deadline GetDeadline () const
 

Member Function Documentation

◆ DefaultExecute()

template<typename... Args>
StatementResultSet storages::mysql::tests::TmpTable::DefaultExecute ( std::string_view source,
const Args &... args )

Definition at line 79 of file utils.hpp.

◆ FormatWithTableName()

template<typename... Args>
std::string storages::mysql::tests::TmpTable::FormatWithTableName ( std::string_view source,
const Args &... args ) const

Definition at line 74 of file utils.hpp.


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