CUBRID Engine
latest
|
Go to the source code of this file.
Classes | |
struct | cache_time |
Macros | |
#define | CACHE_TIME_AS_ARGS(ct) (ct)->sec, (ct)->usec |
#define | CACHE_TIME_EQ(T1, T2) (((T1)->sec != 0) && ((T1)->sec == (T2)->sec) && ((T1)->usec == (T2)->usec)) |
#define | CACHE_TIME_RESET(T) |
#define | CACHE_TIME_MAKE(CT, TV) |
#define | OR_CACHE_TIME_SIZE (OR_INT_SIZE * 2) |
#define | OR_PACK_CACHE_TIME(PTR, T) |
#define | OR_UNPACK_CACHE_TIME(PTR, T) |
Typedefs | |
typedef struct cache_time | CACHE_TIME |
#define CACHE_TIME_AS_ARGS | ( | ct | ) | (ct)->sec, (ct)->usec |
Definition at line 35 of file cache_time.h.
Referenced by logtb_descriptors_start_scan(), qmgr_free_tran_entries(), and xqmgr_execute_query().
#define CACHE_TIME_EQ | ( | T1, | |
T2 | |||
) | (((T1)->sec != 0) && ((T1)->sec == (T2)->sec) && ((T1)->usec == (T2)->usec)) |
Definition at line 37 of file cache_time.h.
Referenced by do_execute_select(), do_execute_session_statement(), and sqmgr_execute_query().
#define CACHE_TIME_MAKE | ( | CT, | |
TV | |||
) |
Definition at line 48 of file cache_time.h.
Referenced by xcache_insert(), and xqmgr_execute_query().
#define CACHE_TIME_RESET | ( | T | ) |
Definition at line 40 of file cache_time.h.
Referenced by db_init_query_result(), db_query_get_cache_time(), do_execute_select(), do_execute_session_statement(), sqmgr_execute_query(), and xqmgr_execute_query().
#define OR_CACHE_TIME_SIZE (OR_INT_SIZE * 2) |
Definition at line 56 of file cache_time.h.
Referenced by qmgr_execute_query(), and sqmgr_execute_query().
#define OR_PACK_CACHE_TIME | ( | PTR, | |
T | |||
) |
Definition at line 58 of file cache_time.h.
Referenced by qmgr_execute_query(), and sqmgr_execute_query().
#define OR_UNPACK_CACHE_TIME | ( | PTR, | |
T | |||
) |
Definition at line 74 of file cache_time.h.
Referenced by qmgr_execute_query(), and sqmgr_execute_query().
typedef struct cache_time CACHE_TIME |
Definition at line 28 of file cache_time.h.