CUBRID Engine
latest
|
#include <api_compat.h>
Public Attributes | |
char * | stage |
char | include_oid |
int | dimension |
int | stmt_ndx |
int | line_offset |
int | column_offset |
PARSER_CONTEXT * | parser |
DB_QUERY_TYPE ** | type_list |
PT_NODE ** | statements |
bool | is_subsession_for_prepared |
DB_SESSION * | next |
Definition at line 26 of file api_compat.h.
int db_session::column_offset |
Definition at line 34 of file api_compat.h.
int db_session::dimension |
Definition at line 30 of file api_compat.h.
Referenced by ci_stmt_next_result_impl(), conn_end_tran(), db_check_limit_need_recompile(), db_check_single_query(), db_close_session_local(), db_compile_statement_local(), db_drop_all_statements(), db_execute_and_keep_statement_local(), db_get_cacheinfo(), db_get_input_markers(), db_get_jdbccachehint(), db_get_line_of_statement(), db_get_output_markers(), db_get_parameters(), db_get_query_type_list(), db_get_start_line(), db_get_statement_type(), db_number_of_input_markers(), db_number_of_output_markers(), db_open_local(), db_parse_one_statement(), db_query_produce_updatable_result(), db_rewind_statement(), db_session_is_last_statement(), db_set_client_cache_time(), db_set_statement_auto_commit(), do_process_prepare_statement(), initialize_session(), rs_destroyf(), stmt_exec_batch_query_internal(), stmt_exec_immediate_internal(), stmt_exec_internal(), stmt_prepare_internal(), and stmt_reset_session_and_parse().
char db_session::include_oid |
Definition at line 29 of file api_compat.h.
Referenced by db_compile_statement_local(), db_include_oid(), db_open_local(), do_process_prepare_statement(), stmt_exec_batch_query_internal(), and stmt_reset_session_and_parse().
bool db_session::is_subsession_for_prepared |
Definition at line 40 of file api_compat.h.
Referenced by db_close_session_local(), db_compile_statement_local(), db_open_local(), and do_recompile_and_execute_prepared_statement().
int db_session::line_offset |
Definition at line 33 of file api_compat.h.
Referenced by db_open_local().
DB_SESSION* db_session::next |
Definition at line 42 of file api_compat.h.
Referenced by db_close_session_local(), db_open_local(), and do_recompile_and_execute_prepared_statement().
PARSER_CONTEXT* db_session::parser |
Definition at line 35 of file api_compat.h.
Referenced by ci_stmt_add_batch_impl(), ci_stmt_clear_batch_impl(), db_check_limit_need_recompile(), db_close_session_local(), db_compile_statement_local(), db_drop_all_statements(), db_drop_statement(), db_execute_and_keep_statement_local(), db_execute_statement_local(), db_free_query(), db_get_cacheinfo(), db_get_errors(), db_get_hostvars(), db_get_input_markers(), db_get_jdbccachehint(), db_get_line_col_of_1st_error(), db_get_lock_classes(), db_get_output_markers(), db_get_parameters(), db_get_parser(), db_get_parser_line_col(), db_get_query_type_list(), db_get_start_line(), db_get_statement_type(), db_get_warnings(), db_has_modified_class(), db_make_session_for_one_statement_execution(), db_number_of_input_markers(), db_number_of_output_markers(), db_open_buffer_local(), db_open_file(), db_open_file_name(), db_open_local(), db_parse_one_statement(), db_push_values(), db_query_produce_updatable_result(), db_session_set_holdable(), db_session_set_return_generated_keys(), db_session_set_xasl_cache_pinned(), db_set_client_cache_time(), db_set_statement_auto_commit(), db_set_system_generated_statement(), do_cast_host_variables_to_expected_domain(), do_get_prepared_statement_info(), do_process_prepare_statement(), do_recompile_and_execute_prepared_statement(), do_set_user_host_variables(), stmt_bind_pmeta_handle(), stmt_destroyf(), stmt_exec_batch_query_internal(), stmt_exec_internal(), stmt_exec_prepared_batch_internal(), stmt_get_parameter_internal(), stmt_prepare_internal(), stmt_reset_session_and_parse(), and stmt_set_parameter_internal().
char* db_session::stage |
Definition at line 28 of file api_compat.h.
Referenced by db_compile_statement_local(), db_drop_all_statements(), db_drop_statement(), db_execute_and_keep_statement_local(), db_get_query_type_list(), db_open_local(), db_parse_one_statement(), db_query_produce_updatable_result(), and db_set_statement_auto_commit().
PT_NODE** db_session::statements |
Definition at line 38 of file api_compat.h.
Referenced by csql_execute_statements(), db_check_limit_need_recompile(), db_close_session_local(), db_compile_statement_local(), db_drop_all_statements(), db_drop_statement(), db_execute_and_keep_statement_local(), db_execute_statement_local(), db_get_cacheinfo(), db_get_input_markers(), db_get_jdbccachehint(), db_get_line_of_statement(), db_get_output_markers(), db_get_parameters(), db_get_query_type_list(), db_get_start_line(), db_get_statement(), db_get_statement_type(), db_has_modified_class(), db_number_of_input_markers(), db_number_of_output_markers(), db_open_buffer_local(), db_open_file(), db_open_file_name(), db_open_local(), db_parse_one_statement(), db_query_produce_updatable_result(), db_set_client_cache_time(), db_set_statement_auto_commit(), db_statement_count(), do_get_prepared_statement_info(), do_process_prepare_statement(), do_recompile_and_execute_prepared_statement(), initialize_session(), stmt_exec_batch_query_internal(), stmt_reset_session_and_parse(), and ux_prepare().
int db_session::stmt_ndx |
Definition at line 31 of file api_compat.h.
Referenced by db_close_session_local(), db_compile_statement_local(), db_drop_all_statements(), db_execute_and_keep_statement_local(), db_open_local(), db_parse_one_statement(), db_rewind_statement(), db_session_is_last_statement(), and db_set_statement_auto_commit().
DB_QUERY_TYPE** db_session::type_list |
Definition at line 36 of file api_compat.h.
Referenced by db_close_session_local(), db_compile_statement_local(), db_execute_and_keep_statement_local(), db_get_query_type_list(), db_open_local(), db_parse_one_statement(), do_get_prepared_statement_info(), and do_process_prepare_statement().