|
CUBRID Engine
latest
|

Public Attributes | |
| char * | name |
| DB_VALUE * | value |
| SESSION_VARIABLE * | next |
| char* session_variable::name |
Definition at line 80 of file session.c.
Referenced by free_session_variable(), session_add_variable(), session_drop_variable(), session_dump_variable(), session_get_variable(), and session_get_variable_no_copy().
| SESSION_VARIABLE* session_variable::next |
Definition at line 82 of file session.c.
Referenced by session_add_variable(), session_drop_variable(), session_dump_session(), session_get_variable(), session_get_variable_no_copy(), and session_state_uninit().
| DB_VALUE* session_variable::value |
Definition at line 81 of file session.c.
Referenced by free_session_variable(), session_add_variable(), session_dump_variable(), session_get_variable(), session_get_variable_no_copy(), and update_session_variable().