Class Parser::RevokeRoleStmt¶
-
class
RevokeRoleStmt
: public Parser::DDLStmt¶ Public Functions
-
RevokeRoleStmt
(std::list<std::string *> *r, std::list<std::string *> *g)¶
-
RevokeRoleStmt
(const rapidjson::Value &payload)¶
-
const std::vector<std::string> &
get_roles
() const¶
-
const std::vector<std::string> &
get_grantees
() const¶
-
void
execute
(const Catalog_Namespace::SessionInfo &session)¶
-