CUBRID Engine  latest
statement_impl_s Struct Reference
Collaboration diagram for statement_impl_s:
Collaboration graph

Public Attributes

 COMMON_API_STRUCTURE_HEADER
 
CONNECTION_IMPLpconn
 
int req_handle
 
int status
 
bool opt_updatable_result
 
PARAMETER_META_IMPL PM
 
bool got_pm_handle
 
BIND_HANDLE pm_handle
 
int num_col
 
T_CCI_CUBRID_STMT cmd_type
 
T_CCI_COL_INFO * col_info
 
VALUE_INDEXERparams
 
bool has_resultset
 
BIND_HANDLE res_handle
 
int num_query
 
int affected_rows
 
T_CCI_QUERY_RESULT * query_result
 
int curr_query_result_index
 
int num_batch
 
dlisth batch
 
BATCH_RESULT_IMPL BR
 
BIND_HANDLE bres_handle
 

Detailed Description

Definition at line 94 of file cci_stub.c.

Member Data Documentation

BATCH_RESULT_IMPL statement_impl_s::BR

Definition at line 140 of file cci_stub.c.

Referenced by ci_stmt_execute_batch_impl(), and init_statement_impl().

BIND_HANDLE statement_impl_s::bres_handle

Definition at line 141 of file cci_stub.c.

Referenced by ci_stmt_execute_batch_impl().

T_CCI_CUBRID_STMT statement_impl_s::cmd_type

Definition at line 114 of file cci_stub.c.

Referenced by ci_stmt_prepare_impl().

T_CCI_COL_INFO* statement_impl_s::col_info

Definition at line 115 of file cci_stub.c.

Referenced by ci_pmeta_get_info_impl(), and ci_stmt_prepare_impl().

statement_impl_s::COMMON_API_STRUCTURE_HEADER

Definition at line 96 of file cci_stub.c.

int statement_impl_s::curr_query_result_index
bool statement_impl_s::got_pm_handle

Definition at line 111 of file cci_stub.c.

Referenced by ci_stmt_prepare_impl(), and lazy_bind_pstmt_pmeta().

int statement_impl_s::num_batch
PARAMETER_META_IMPL statement_impl_s::PM

Definition at line 110 of file cci_stub.c.

Referenced by init_statement_impl(), and lazy_bind_pstmt_pmeta().

BIND_HANDLE statement_impl_s::pm_handle

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