Class Parser::RestoreTableStmt¶
-
class
RestoreTableStmt
: public Parser::DumpRestoreTableStmtBase¶ Public Functions
-
RestoreTableStmt
(std::string *tab, std::string *path, std::list<NameValueAssign *> *options)¶
-
RestoreTableStmt
(const rapidjson::Value &payload)¶
-
void
execute
(const Catalog_Namespace::SessionInfo &session)¶
-