CUBRID Engine  latest
ci_conn_option_s Struct Reference

#include <db_stub.h>

Collaboration diagram for ci_conn_option_s:
Collaboration graph

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
 

Detailed Description

Definition at line 73 of file db_stub.h.

Member Data Documentation

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().

char* ci_conn_option_s::host

Definition at line 80 of file db_stub.h.

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().

int ci_conn_option_s::lock_timeout

Definition at line 77 of file db_stub.h.

short int ci_conn_option_s::port

Definition at line 81 of file db_stub.h.

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().


The documentation for this struct was generated from the following file: