CUBRID Engine
latest
|
#include <db_stub.h>
Public Attributes | |
char | cli_version [VERSION_LENGTH] |
char | srv_version [VERSION_LENGTH] |
int | lock_timeout |
DB_TRAN_ISOLATION | isolation |
bool | autocommit |
char * | host |
short int | port |
bool ci_conn_option_s::autocommit |
Definition at line 79 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().
char ci_conn_option_s::cli_version[VERSION_LENGTH] |
Definition at line 75 of file db_stub.h.
Referenced by ci_conn_get_option_impl().
DB_TRAN_ISOLATION ci_conn_option_s::isolation |
Definition at line 78 of file db_stub.h.
Referenced by ci_conn_get_option_impl(), and ci_conn_set_option_impl().
char ci_conn_option_s::srv_version[VERSION_LENGTH] |
Definition at line 76 of file db_stub.h.
Referenced by ci_conn_get_option_impl().