CUBRID Engine
latest
|
#include <parse_tree.h>
Public Attributes | |
PT_NODE * | auth_cmd_list |
PT_NODE * | user_list |
PT_NODE * | spec_list |
PT_MISC_TYPE | grant_option |
Definition at line 2305 of file parse_tree.h.
PT_NODE* pt_grant_info::auth_cmd_list |
Definition at line 2307 of file parse_tree.h.
Referenced by do_grant(), pt_apply_grant(), and pt_print_grant().
PT_MISC_TYPE pt_grant_info::grant_option |
Definition at line 2310 of file parse_tree.h.
Referenced by do_grant(), pt_init_grant(), and pt_print_grant().
PT_NODE* pt_grant_info::spec_list |
Definition at line 2309 of file parse_tree.h.
Referenced by do_grant(), pt_apply_grant(), and pt_print_grant().
PT_NODE* pt_grant_info::user_list |
Definition at line 2308 of file parse_tree.h.
Referenced by do_grant(), pt_apply_grant(), pt_check_grant_revoke(), and pt_print_grant().