|
CUBRID Engine
latest
|

Public Attributes | |
| struct class_grant * | next |
| struct class_user * | user |
| int | cache |
Definition at line 255 of file authenticate.c.
| int class_grant::cache |
Definition at line 260 of file authenticate.c.
Referenced by add_class_grant(), class_grant_loop(), and make_class_grant().
| struct class_grant* class_grant::next |
Definition at line 257 of file authenticate.c.
Referenced by add_class_grant(), class_grant_loop(), free_class_grants(), and make_class_grant().
| struct class_user* class_grant::user |
Definition at line 259 of file authenticate.c.
Referenced by add_class_grant(), class_grant_loop(), issue_grant_statement(), and make_class_grant().