CUBRID Engine
latest
|
#include <db_stub.h>
Public Attributes | |
COMMON_API_STRUCTURE_HEADER | |
CI_CONN_OPT_STRUCTURE | opt |
CI_CONN_STATUS | conn_status |
BH_INTERFACE * | bh_interface |
char ** | host |
short int | port |
char * | databasename |
char * | username |
API_OBJECT_RESULTSET_POOL * | opool |
bool | need_defered_commit |
bool | need_immediate_commit |
BH_INTERFACE* ci_conn_s::bh_interface |
Definition at line 109 of file db_stub.h.
Referenced by ci_conn_commit_impl(), ci_conn_create_statement_impl(), ci_conn_rollback_impl(), ci_create_connection_impl(), ci_stmt_execute_batch_impl(), ci_stmt_execute_immediate_impl(), ci_stmt_execute_impl(), ci_stmt_get_parameter_impl(), ci_stmt_get_parameter_metadata_impl(), ci_stmt_get_resultset_impl(), ci_stmt_get_resultset_metadata_impl(), ci_stmt_next_result_impl(), ci_stmt_prepare_impl(), ci_stmt_register_out_parameter_impl(), and ci_stmt_set_parameter_impl().
CI_CONN_STATUS ci_conn_s::conn_status |
Definition at line 108 of file db_stub.h.
Referenced by ci_conn_connect_impl().
bool ci_conn_s::need_defered_commit |
Definition at line 117 of file db_stub.h.
Referenced by ci_stmt_execute_immediate_impl(), ci_stmt_execute_impl(), ci_stmt_next_result_impl(), rs_destroyf(), stmt_exec_immediate_internal(), stmt_exec_internal(), and stmt_exec_one_statement().
bool ci_conn_s::need_immediate_commit |
Definition at line 118 of file db_stub.h.
Referenced by ci_stmt_execute_immediate_impl(), ci_stmt_execute_impl(), ci_stmt_next_result_impl(), stmt_exec_immediate_internal(), stmt_exec_internal(), and stmt_exec_one_statement().
API_OBJECT_RESULTSET_POOL* ci_conn_s::opool |
Definition at line 114 of file db_stub.h.
Referenced by ci_create_connection_impl(), conn_destroyf(), and get_connection_opool().
CI_CONN_OPT_STRUCTURE ci_conn_s::opt |
Definition at line 107 of file db_stub.h.
Referenced by ci_conn_get_option_impl(), ci_conn_set_option_impl(), ci_stmt_execute_batch_impl(), ci_stmt_execute_immediate_impl(), ci_stmt_execute_impl(), ci_stmt_next_result_impl(), rs_destroyf(), and stmt_exec_immediate_internal().