CUBRID Engine
latest
|
#include <esql_host_variable.h>
Public Attributes | |
int | heap_allocated |
LINK * | type |
LINK * | etype |
varstring | expr |
varstring | addr_expr |
Definition at line 238 of file esql_host_variable.h.
varstring host_var::addr_expr |
Definition at line 244 of file esql_host_variable.h.
Referenced by pp_addr_expr(), pp_free_host_var(), and pp_new_host_var().
LINK* host_var::etype |
Definition at line 242 of file esql_host_variable.h.
Referenced by pp_new_host_var(), and pp_struct_deref().
varstring host_var::expr |
Definition at line 243 of file esql_host_variable.h.
Referenced by pp_add_host_ref(), pp_add_host_str(), pp_add_struct_field_refs(), pp_check(), pp_expr(), pp_free_host_var(), pp_new_host_var(), pp_ptr_deref(), and pp_struct_deref().
int host_var::heap_allocated |
Definition at line 240 of file esql_host_variable.h.
Referenced by pp_free_host_var(), and pp_new_host_var().
LINK* host_var::type |
Definition at line 241 of file esql_host_variable.h.
Referenced by pp_add_host_ref(), pp_add_struct_field_refs(), pp_addr_expr(), pp_addr_of(), pp_check(), pp_check_host_var_list(), pp_free_host_var(), pp_get_input_size(), pp_get_precision(), pp_new_host_var(), pp_ptr_deref(), and pp_struct_deref().