CUBRID Engine
latest
|
Public Attributes | |
CI_OID | xoid |
bool | deleted |
int | req_handle |
RESULTSET_IMPL * | pres |
CCI_OBJECT_POOL * | pool |
Definition at line 212 of file cci_stub.c.
bool cci_object_s::deleted |
Definition at line 215 of file cci_stub.c.
Referenced by api_ores_apply_update(), api_ores_clear_updates(), api_ores_delete_row(), api_ores_fetch(), api_ores_get_resultset_metadata(), api_ores_get_value(), api_ores_get_value_by_name(), api_ores_tell(), api_ores_update_value(), api_ormeta_get_count(), api_ormeta_get_info(), and create_cci_object().
CCI_OBJECT_POOL* cci_object_s::pool |
Definition at line 218 of file cci_stub.c.
Referenced by api_ores_apply_update(), api_ores_delete_row(), and create_cci_object().
RESULTSET_IMPL* cci_object_s::pres |
Definition at line 217 of file cci_stub.c.
Referenced by create_cci_object(), destroy_cci_object(), on_close_opool_res(), and opool_get_object_resultset().
int cci_object_s::req_handle |
Definition at line 216 of file cci_stub.c.
Referenced by create_cci_object(), and on_close_opool_res().
CI_OID cci_object_s::xoid |
Definition at line 214 of file cci_stub.c.
Referenced by api_ores_apply_update(), api_ores_delete_row(), create_cci_object(), and opool_ht_keyf().