CUBRID Engine
latest
|
Public Attributes | |
struct class_user * | next |
MOP | obj |
CLASS_GRANT * | grants |
int | available_auth |
Definition at line 269 of file authenticate.c.
int class_user::available_auth |
Definition at line 276 of file authenticate.c.
Referenced by au_export_grants(), class_grant_loop(), and make_class_user().
CLASS_GRANT* class_user::grants |
Definition at line 275 of file authenticate.c.
Referenced by add_class_grant(), au_export_grants(), class_grant_loop(), free_class_users(), and make_class_user().
struct class_user* class_user::next |
Definition at line 271 of file authenticate.c.
Referenced by au_export_grants(), class_grant_loop(), find_or_add_user(), free_class_users(), and make_class_user().
MOP class_user::obj |
Definition at line 273 of file authenticate.c.
Referenced by add_class_grant(), au_export_grants(), find_or_add_user(), issue_grant_statement(), and make_class_user().