CUBRID Engine  latest
pt_alter_user_info Struct Reference

#include <parse_tree.h>

Collaboration diagram for pt_alter_user_info:
Collaboration graph

Public Attributes

PT_NODEuser_name
 
PT_NODEpassword
 
PT_NODEcomment
 

Detailed Description

Definition at line 1832 of file parse_tree.h.

Member Data Documentation

PT_NODE* pt_alter_user_info::comment

Definition at line 1836 of file parse_tree.h.

Referenced by do_alter_user(), and pt_print_alter_user().

PT_NODE* pt_alter_user_info::password

Definition at line 1835 of file parse_tree.h.

Referenced by do_alter_user(), pt_apply_alter_user(), and pt_print_alter_user().

PT_NODE* pt_alter_user_info::user_name

Definition at line 1834 of file parse_tree.h.

Referenced by do_alter_user(), pt_apply_alter_user(), and pt_print_alter_user().


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