MySQL 9.7.0
Source Code Documentation
PT_create_masking_policy_stmt Class Referencefinal

#include <parse_tree_nodes.h>

Inheritance diagram for PT_create_masking_policy_stmt:
[legend]

Public Member Functions

 PT_create_masking_policy_stmt (const POS &pos, bool if_not_exists, LEX_CSTRING policy_name, LEX_CSTRING arg_name, Item *expr)
 
Sql_cmdmake_cmd (THD *) override
 
- Public Member Functions inherited from Parse_tree_root
virtual std::string get_printable_parse_tree (THD *thd)
 

Private Attributes

bool m_if_not_exists
 
LEX_CSTRING m_policy_name
 
LEX_CSTRING m_argument_name
 
Itemm_expr
 

Additional Inherited Members

- Public Attributes inherited from Parse_tree_root
POS m_pos
 Textual location of a token just parsed. More...
 
- Protected Member Functions inherited from Parse_tree_root
 Parse_tree_root ()=default
 
 Parse_tree_root (const POS &pos)
 
virtual ~Parse_tree_root ()=default
 

Constructor & Destructor Documentation

◆ PT_create_masking_policy_stmt()

PT_create_masking_policy_stmt::PT_create_masking_policy_stmt ( const POS pos,
bool  if_not_exists,
LEX_CSTRING  policy_name,
LEX_CSTRING  arg_name,
Item expr 
)
inline

Member Function Documentation

◆ make_cmd()

Sql_cmd * PT_create_masking_policy_stmt::make_cmd ( THD thd)
overridevirtual

Implements Parse_tree_root.

Member Data Documentation

◆ m_argument_name

LEX_CSTRING PT_create_masking_policy_stmt::m_argument_name
private

◆ m_expr

Item* PT_create_masking_policy_stmt::m_expr
private

◆ m_if_not_exists

bool PT_create_masking_policy_stmt::m_if_not_exists
private

◆ m_policy_name

LEX_CSTRING PT_create_masking_policy_stmt::m_policy_name
private

The documentation for this class was generated from the following files: