CUBRID Engine
latest
|
#include <parse_tree.h>
Public Attributes | |
const char * | str |
PT_MISC_TYPE | var_type |
int | index |
Definition at line 2314 of file parse_tree.h.
int pt_host_var_info::index |
Definition at line 2318 of file parse_tree.h.
Referenced by pt_assignment_compatible(), pt_check_and_replace_hostvar(), pt_count_input_markers(), pt_count_output_markers(), pt_create_param_for_value(), pt_get_dup_key_oid_var_index(), pt_host_var_db_value(), pt_host_var_index(), pt_insert_host_var(), pt_make_regu_hostvar(), pt_preset_hostvar(), pt_print_host_var(), pt_rewrite_to_auto_param(), and pt_value_to_db().
const char* pt_host_var_info::str |
Definition at line 2316 of file parse_tree.h.
Referenced by pt_create_param_for_value(), pt_print_host_var(), and pt_set_update_object().
PT_MISC_TYPE pt_host_var_info::var_type |
Definition at line 2317 of file parse_tree.h.
Referenced by pt_bind_value_to_hostvar_local(), pt_collect_host_info(), pt_create_param_for_value(), pt_eval_type(), pt_get_dup_key_oid_var_index(), pt_print_host_var(), and pt_value_to_db().