CUBRID Engine
latest
|
#include <db_stub.h>
Public Attributes | |
bool | hold_cursors_over_commit |
bool | updatable_result |
bool | get_generated_key |
bool | async_query |
bool | exec_continue_on_error |
bool | lazy_exec |
bool ci_stmt_option_s::async_query |
Definition at line 89 of file db_stub.h.
Referenced by ci_stmt_get_option_impl(), and ci_stmt_set_option_impl().
bool ci_stmt_option_s::exec_continue_on_error |
Definition at line 90 of file db_stub.h.
Referenced by ci_stmt_get_option_impl(), ci_stmt_set_option_impl(), stmt_exec_internal(), and stmt_exec_one_statement().
bool ci_stmt_option_s::lazy_exec |
Definition at line 91 of file db_stub.h.
Referenced by ci_stmt_get_option_impl(), ci_stmt_next_result_impl(), ci_stmt_set_option_impl(), and stmt_exec_immediate_internal().
bool ci_stmt_option_s::updatable_result |
Definition at line 87 of file db_stub.h.
Referenced by api_rmeta_get_info(), api_rs_apply_row(), api_rs_clear_updates(), api_rs_delete_row(), api_rs_update_value(), ci_stmt_get_option_impl(), ci_stmt_set_option_impl(), and stmt_reset_session_and_parse().