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

Public Attributes

 COMMON_RESULTSET_HEADER
 
RESULTSET_META_IMPL RM
 
COMMON_API_STRUCTUREparent
 
bool updatable
 
CI_CONNECTION conn
 
BH_INTERFACEbh
 
int req_handle
 
T_CCI_ERROR * err_buf
 
void * arg
 
void(* on_close )(RESULTSET_IMPL *pres, void *arg)
 
int offset
 
bool fetched
 
VALUE_INDEXERupdated_values
 
bool got_rm_handle
 
BIND_HANDLE rm_handle
 
int num_col
 
T_CCI_CUBRID_STMT cmd_type
 
T_CCI_COL_INFO * col_info
 

Detailed Description

Definition at line 150 of file cci_stub.c.

Member Data Documentation

BH_INTERFACE* resultset_impl_s::bh

Definition at line 162 of file cci_stub.c.

Referenced by create_resultset_impl(), and lazy_bind_qres_rmeta().

T_CCI_CUBRID_STMT resultset_impl_s::cmd_type

Definition at line 181 of file cci_stub.c.

Referenced by create_resultset_impl().

T_CCI_COL_INFO* resultset_impl_s::col_info
resultset_impl_s::COMMON_RESULTSET_HEADER

Definition at line 152 of file cci_stub.c.

CI_CONNECTION resultset_impl_s::conn
T_CCI_ERROR* resultset_impl_s::err_buf
bool resultset_impl_s::fetched

Definition at line 173 of file cci_stub.c.

Referenced by api_qres_fetch(), api_qres_get_value(), and create_resultset_impl().

bool resultset_impl_s::got_rm_handle
int resultset_impl_s::offset
void(* resultset_impl_s::on_close) (RESULTSET_IMPL *pres, void *arg)

Definition at line 167 of file cci_stub.c.

Referenced by create_resultset_impl(), and resultset_impl_dtor().

COMMON_API_STRUCTURE* resultset_impl_s::parent

Definition at line 159 of file cci_stub.c.

Referenced by create_resultset_impl().

int resultset_impl_s::req_handle
RESULTSET_META_IMPL resultset_impl_s::RM
BIND_HANDLE resultset_impl_s::rm_handle
bool resultset_impl_s::updatable

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