MySQL 9.1.0
Source Code Documentation
|
#include <parse_tree_nodes.h>
Public Member Functions | |
Dynamic_privilege (const LEX_STRING &ident, const Mem_root_array< LEX_CSTRING > *columns_arg) | |
Public Member Functions inherited from Privilege | |
Privilege (privilege_type type, const Mem_root_array< LEX_CSTRING > *columns) | |
Public Attributes | |
const LEX_STRING | ident |
Public Attributes inherited from Privilege | |
privilege_type | type |
const Mem_root_array< LEX_CSTRING > * | columns |
Additional Inherited Members | |
Public Types inherited from Privilege | |
enum | privilege_type { STATIC , DYNAMIC } |
|
inline |
const LEX_STRING Dynamic_privilege::ident |