CUBRID Engine
latest
|
Public Attributes | |
QMGR_TRAN_ENTRY * | tran_entries_p |
int | num_trans |
OID_BLOCK_LIST * | free_oid_block_list_p |
QMGR_TEMP_FILE_LIST | temp_file_list [QMGR_NUM_TEMP_FILE_LISTS] |
Definition at line 123 of file query_manager.c.
OID_BLOCK_LIST* qmgr_query_table::free_oid_block_list_p |
Definition at line 129 of file query_manager.c.
int qmgr_query_table::num_trans |
Definition at line 126 of file query_manager.c.
Referenced by qmgr_allocate_tran_entries(), qmgr_clear_trans_wakeup(), qmgr_finalize(), and qmgr_free_tran_entries().
QMGR_TEMP_FILE_LIST qmgr_query_table::temp_file_list[QMGR_NUM_TEMP_FILE_LISTS] |
Definition at line 132 of file query_manager.c.
Referenced by qmgr_create_new_temp_file(), qmgr_finalize(), qmgr_initialize(), and qmgr_put_temp_file_into_list().
QMGR_TRAN_ENTRY* qmgr_query_table::tran_entries_p |
Definition at line 125 of file query_manager.c.
Referenced by qmgr_add_modified_class(), qmgr_add_query_entry(), qmgr_allocate_tran_entries(), qmgr_clear_trans_wakeup(), qmgr_create_new_temp_file(), qmgr_create_result_file(), qmgr_delete_query_entry(), qmgr_finalize(), qmgr_free_list_temp_file(), qmgr_free_query_temp_file(), qmgr_free_tran_entries(), qmgr_get_current_query_id(), qmgr_get_query_entry(), qmgr_initialize(), qmgr_is_related_class_modified(), xqmgr_end_query(), xqmgr_execute_query(), and xqmgr_prepare_and_execute_query().