#include <parse_tree_nodes.h>
◆ 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 |
◆ make_cmd()
| Sql_cmd * PT_create_masking_policy_stmt::make_cmd |
( |
THD * |
thd | ) |
|
|
overridevirtual |
◆ 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: