MySQL 9.1.0
Source Code Documentation
|
This is the complete list of members for DB_restrictions, including all inherited members.
Abstract_restrictions() | Abstract_restrictions | explicit |
add(const std::string &db_name, const Access_bitmask revoke_privs) | DB_restrictions | |
add(const DB_restrictions &restrictions) | DB_restrictions | |
add(const Json_object &json_object) | DB_restrictions | |
clear() override | DB_restrictions | virtual |
copy_restrictions(const DB_restrictions &other) | DB_restrictions | inlineprivate |
create_restrictions_if_needed() | DB_restrictions | inlineprivate |
DB_restrictions() | DB_restrictions | |
DB_restrictions(const DB_restrictions &restrictions) | DB_restrictions | |
DB_restrictions(DB_restrictions &&restrictions)=delete | DB_restrictions | |
db_restrictions() | DB_restrictions | inlineprivate |
find(const std::string &db_name, Access_bitmask &access) const | DB_restrictions | |
get() const | DB_restrictions | inline |
get_as_json(Json_array &restrictions_array) const | DB_restrictions | |
has_more_restrictions(const DB_restrictions &, Access_bitmask) const | DB_restrictions | |
is_empty() const override | DB_restrictions | virtual |
m_restrictions | DB_restrictions | private |
operator()(void) | DB_restrictions | inline |
operator=(const DB_restrictions &restrictions) | DB_restrictions | |
operator=(DB_restrictions &&restrictions) | DB_restrictions | |
operator==(const DB_restrictions &restrictions) const | DB_restrictions | |
remove(const std::string &db_name, const Access_bitmask revoke_privs) | DB_restrictions | |
remove(const Access_bitmask revoke_privs) | DB_restrictions | |
remove(const Access_bitmask remove_restrictions, Access_bitmask &restrictions_mask) const noexcept | DB_restrictions | private |
size() const override | DB_restrictions | virtual |
~Abstract_restrictions() | Abstract_restrictions | virtual |
~DB_restrictions() override | DB_restrictions |