CUBRID Engine
latest
|
#include <esql_host_variable.h>
Public Attributes | |
unsigned char * | desc |
int | n_refs |
HOST_REF * | refs |
int | max_refs |
int | n_real_refs |
HOST_REF * | real_refs |
HOST_LOD * | next |
Definition at line 121 of file esql_host_variable.h.
unsigned char* host_lod::desc |
Definition at line 123 of file esql_host_variable.h.
Referenced by pp_clear_host_lod(), pp_new_host_lod(), and pp_switch_to_descriptor().
int host_lod::max_refs |
Definition at line 127 of file esql_host_variable.h.
Referenced by pp_add_host_ref(), and pp_new_host_lod().
int host_lod::n_real_refs |
Definition at line 128 of file esql_host_variable.h.
Referenced by pp_add_host_ref(), pp_clear_host_lod(), and pp_new_host_lod().
int host_lod::n_refs |
Definition at line 124 of file esql_host_variable.h.
Referenced by pp_add_host_ref(), pp_check_host_var_list(), pp_clear_host_lod(), pp_new_host_lod(), pp_print_cursor(), and pp_switch_to_descriptor().
HOST_LOD* host_lod::next |
Definition at line 131 of file esql_host_variable.h.
Referenced by pp_clear_host_refs(), pp_detach_host_refs(), pp_hv_finish(), and pp_new_host_lod().
HOST_REF* host_lod::real_refs |
Definition at line 129 of file esql_host_variable.h.
Referenced by pp_add_host_ref(), pp_clear_host_lod(), pp_free_host_lod(), and pp_new_host_lod().
HOST_REF* host_lod::refs |
Definition at line 125 of file esql_host_variable.h.
Referenced by pp_add_host_ref(), pp_check_host_var_list(), pp_clear_host_lod(), pp_new_host_lod(), pp_print_cursor(), and pp_switch_to_descriptor().