CUBRID Engine  latest
ci_conn_s Struct Reference

#include <db_stub.h>

Collaboration diagram for ci_conn_s:
Collaboration graph

Public Attributes

 COMMON_API_STRUCTURE_HEADER
 
CI_CONN_OPT_STRUCTURE opt
 
CI_CONN_STATUS conn_status
 
BH_INTERFACEbh_interface
 
char ** host
 
short int port
 
char * databasename
 
char * username
 
API_OBJECT_RESULTSET_POOLopool
 
bool need_defered_commit
 
bool need_immediate_commit
 

Detailed Description

Definition at line 104 of file db_stub.h.

Member Data Documentation

ci_conn_s::COMMON_API_STRUCTURE_HEADER

Definition at line 106 of file db_stub.h.

CI_CONN_STATUS ci_conn_s::conn_status

Definition at line 108 of file db_stub.h.

Referenced by ci_conn_connect_impl().

char* ci_conn_s::databasename

Definition at line 112 of file db_stub.h.

char** ci_conn_s::host

Definition at line 110 of file db_stub.h.

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

short int ci_conn_s::port

Definition at line 111 of file db_stub.h.

char* ci_conn_s::username

Definition at line 113 of file db_stub.h.


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