MySQL 8.3.0
Source Code Documentation
Dynamic_privilege Struct Reference

#include <parse_tree_nodes.h>

Inheritance diagram for Dynamic_privilege:
[legend]

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 }
 

Constructor & Destructor Documentation

◆ Dynamic_privilege()

Dynamic_privilege::Dynamic_privilege ( const LEX_STRING ident,
const Mem_root_array< LEX_CSTRING > *  columns_arg 
)
inline

Member Data Documentation

◆ ident

const LEX_STRING Dynamic_privilege::ident

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