|
CUBRID Engine
latest
|
#include <access_json_table.hpp>

Public Member Functions | |
| spec_node () | |
| void | init () |
| void | clear_xasl (bool is_final_clear=true) |
Public Attributes | |
| node * | m_root_node |
| regu_variable_node * | m_json_reguvar |
| std::size_t | m_node_count |
Definition at line 96 of file access_json_table.hpp.
| cubxasl::json_table::spec_node::spec_node | ( | ) |
Definition at line 321 of file access_json_table.cpp.
References cubxasl::json_table::column::init().
| void cubxasl::json_table::spec_node::clear_xasl | ( | bool | is_final_clear = true | ) |
Definition at line 335 of file access_json_table.cpp.
| void cubxasl::json_table::spec_node::init | ( | ) |
Definition at line 327 of file access_json_table.cpp.
References NULL.
Referenced by stx_build().

| regu_variable_node* cubxasl::json_table::spec_node::m_json_reguvar |
Definition at line 99 of file access_json_table.hpp.
Referenced by cubscan::json_table::scanner::open(), pt_make_json_table_access_spec(), qexec_clear_access_spec_list(), stx_build(), and xts_process().
| std::size_t cubxasl::json_table::spec_node::m_node_count |
Definition at line 100 of file access_json_table.hpp.
Referenced by cubscan::json_table::scanner::init(), pt_make_json_table_access_spec(), stx_build(), xasl_stream_compare(), and xts_process().
| node* cubxasl::json_table::spec_node::m_root_node |
Definition at line 98 of file access_json_table.hpp.
Referenced by cubscan::json_table::scanner::clear(), cubscan::json_table::scanner::init(), cubscan::json_table::scanner::open(), pt_make_json_table_access_spec(), stx_build(), xts_process(), and xts_sizeof().