CUBRID Engine
latest
|
#include <list_file.h>
Public Attributes | |
int | list_ht_no |
DB_VALUE_ARRAY | param_values |
QFILE_LIST_ID | list_id |
XASL_CACHE_ENTRY * | xcache_entry |
const char * | query_string |
struct timeval | time_created |
struct timeval | time_last_used |
int | ref_count |
bool | deletion_marker |
Definition at line 82 of file list_file.h.
bool qfile_list_cache_entry::deletion_marker |
Definition at line 100 of file list_file.h.
Referenced by qfile_delete_list_cache_entry(), qfile_end_use_of_list_cache_entry(), qfile_lookup_list_cache_entry(), qfile_print_list_cache_entry(), and qfile_update_list_cache_entry().
int qfile_list_cache_entry::list_ht_no |
Definition at line 84 of file list_file.h.
Referenced by qfile_delete_list_cache_entry(), and qfile_update_list_cache_entry().
QFILE_LIST_ID qfile_list_cache_entry::list_id |
Definition at line 86 of file list_file.h.
Referenced by qfile_delete_list_cache_entry(), qfile_print_list_cache_entry(), qfile_update_list_cache_entry(), and xqmgr_execute_query().
DB_VALUE_ARRAY qfile_list_cache_entry::param_values |
Definition at line 85 of file list_file.h.
Referenced by qfile_delete_list_cache_entry(), qfile_free_list_cache_entry(), qfile_print_list_cache_entry(), and qfile_update_list_cache_entry().
const char* qfile_list_cache_entry::query_string |
Definition at line 96 of file list_file.h.
Referenced by qfile_print_list_cache_entry(), and qfile_update_list_cache_entry().
int qfile_list_cache_entry::ref_count |
Definition at line 99 of file list_file.h.
Referenced by qfile_lookup_list_cache_entry(), qfile_print_list_cache_entry(), and qfile_update_list_cache_entry().
struct timeval qfile_list_cache_entry::time_created |
Definition at line 97 of file list_file.h.
Referenced by qfile_print_list_cache_entry(), qfile_update_list_cache_entry(), and xqmgr_execute_query().
struct timeval qfile_list_cache_entry::time_last_used |
Definition at line 98 of file list_file.h.
Referenced by qfile_lookup_list_cache_entry(), qfile_print_list_cache_entry(), and qfile_update_list_cache_entry().
XASL_CACHE_ENTRY* qfile_list_cache_entry::xcache_entry |
Definition at line 95 of file list_file.h.
Referenced by qfile_update_list_cache_entry().