MySQL 9.1.0
Source Code Documentation
|
This class is used for representing both static and dynamic privileges on global as well as table and column level. More...
#include <parse_tree_nodes.h>
Public Types | |
enum | privilege_type { STATIC , DYNAMIC } |
Public Member Functions | |
Privilege (privilege_type type, const Mem_root_array< LEX_CSTRING > *columns) | |
Public Attributes | |
privilege_type | type |
const Mem_root_array< LEX_CSTRING > * | columns |
This class is used for representing both static and dynamic privileges on global as well as table and column level.
|
inlineexplicit |
const Mem_root_array<LEX_CSTRING>* Privilege::columns |
privilege_type Privilege::type |