CUBRID Engine
latest
|
#include <esql_host_variable.h>
Public Attributes | |
HOST_VAR * | var |
HOST_VAR * | ind |
C_TYPE | uci_type |
varstring * | precision_buf |
varstring * | input_size_buf |
varstring * | output_size_buf |
varstring * | expr_buf |
varstring * | addr_expr_buf |
varstring * | ind_expr_buf |
varstring * | ind_addr_expr_buf |
Definition at line 247 of file esql_host_variable.h.
varstring* host_ref::addr_expr_buf |
Definition at line 256 of file esql_host_variable.h.
Referenced by pp_add_host_ref(), pp_free_host_ref(), and pp_get_addr_expr().
varstring* host_ref::expr_buf |
Definition at line 255 of file esql_host_variable.h.
Referenced by pp_add_host_ref(), pp_free_host_ref(), and pp_get_expr().
HOST_VAR* host_ref::ind |
Definition at line 250 of file esql_host_variable.h.
Referenced by pp_add_host_ref(), pp_free_host_ref(), pp_get_ind_addr_expr(), and pp_get_ind_expr().
varstring* host_ref::ind_addr_expr_buf |
Definition at line 258 of file esql_host_variable.h.
Referenced by pp_add_host_ref(), pp_free_host_ref(), and pp_get_ind_addr_expr().
varstring* host_ref::ind_expr_buf |
Definition at line 257 of file esql_host_variable.h.
Referenced by pp_add_host_ref(), pp_free_host_ref(), and pp_get_ind_expr().
varstring* host_ref::input_size_buf |
Definition at line 253 of file esql_host_variable.h.
Referenced by pp_add_host_ref(), pp_free_host_ref(), and pp_get_input_size().
varstring* host_ref::output_size_buf |
Definition at line 254 of file esql_host_variable.h.
Referenced by pp_add_host_ref(), pp_free_host_ref(), and pp_get_output_size().
varstring* host_ref::precision_buf |
Definition at line 252 of file esql_host_variable.h.
Referenced by pp_add_host_ref(), pp_free_host_ref(), and pp_get_precision().
C_TYPE host_ref::uci_type |
Definition at line 251 of file esql_host_variable.h.
Referenced by pp_add_host_ref(), pp_add_host_str(), pp_get_input_size(), pp_get_output_size(), pp_get_precision(), and pp_get_type().
HOST_VAR* host_ref::var |
Definition at line 249 of file esql_host_variable.h.
Referenced by pp_add_host_ref(), pp_check_host_var_list(), pp_check_type(), pp_free_host_ref(), pp_get_addr_expr(), pp_get_expr(), pp_get_input_size(), pp_get_output_size(), pp_get_precision(), pp_get_type(), and pp_print_host_ref().