Class Parser::ShowCreateTableStmt

class ShowCreateTableStmt : public Parser::DDLStmt

Public Functions

ShowCreateTableStmt(std::string *tab)
ShowCreateTableStmt(const rapidjson::Value &payload)
std::string getCreateStmt()
void execute(const Catalog_Namespace::SessionInfo &session)

Private Members

std::unique_ptr<std::string> table_
std::string create_stmt_