MySQL 8.3.0
Source Code Documentation
Static_privilege Struct Reference

#include <parse_tree_nodes.h>

Inheritance diagram for Static_privilege:
[legend]

Public Member Functions

 Static_privilege (uint grant, 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 uint grant
 
- 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 }
 

Constructor & Destructor Documentation

◆ Static_privilege()

Static_privilege::Static_privilege ( uint  grant,
const Mem_root_array< LEX_CSTRING > *  columns_arg 
)
inline

Member Data Documentation

◆ grant

const uint Static_privilege::grant

The documentation for this struct was generated from the following file: