Class Parser::DropTableStmt

class DropTableStmt : public Parser::DDLStmt

Public Functions

DropTableStmt(std::string *tab, bool i)
DropTableStmt(const rapidjson::Value &payload)
const std::string *get_table() const
void execute(const Catalog_Namespace::SessionInfo &session)

Private Members

std::unique_ptr<std::string> table_
bool if_exists_