Class Parser::CreateRoleStmt

class CreateRoleStmt : public Parser::DDLStmt

Public Functions

CreateRoleStmt(std::string *r)
CreateRoleStmt(const rapidjson::Value &payload)
const std::string &get_role() const
void execute(const Catalog_Namespace::SessionInfo &session)

Private Members

std::unique_ptr<std::string> role_