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) |
ClusterWrapper & | GetCluster () const |
Transaction | Begin () |
engine::Deadline | GetDeadline () const |
StatementResultSet storages::mysql::tests::TmpTable::DefaultExecute | ( | std::string_view | source, |
const Args &... | args ) |
std::string storages::mysql::tests::TmpTable::FormatWithTableName | ( | std::string_view | source, |
const Args &... | args ) const |