CUBRID Engine
latest
|
Public Attributes | |
int | num_classes |
int | allocated_count |
DB_FETCH_MODE | lock_type |
char ** | classes |
int * | only_all |
LOCK * | locks |
LC_PREFETCH_FLAGS * | flags |
int pt_class_locks::allocated_count |
Definition at line 64 of file compile.c.
Referenced by pt_add_lock_class(), and pt_class_pre_fetch().
char** pt_class_locks::classes |
Definition at line 66 of file compile.c.
Referenced by pt_add_lock_class(), pt_class_pre_fetch(), and pt_in_lck_array().
LC_PREFETCH_FLAGS* pt_class_locks::flags |
Definition at line 69 of file compile.c.
Referenced by pt_add_lock_class(), pt_class_pre_fetch(), and pt_in_lck_array().
DB_FETCH_MODE pt_class_locks::lock_type |
Definition at line 65 of file compile.c.
Referenced by pt_add_lock_class(), pt_find_lck_classes(), and pt_in_lck_array().
LOCK* pt_class_locks::locks |
Definition at line 68 of file compile.c.
Referenced by pt_add_lock_class(), pt_class_pre_fetch(), and pt_in_lck_array().
int pt_class_locks::num_classes |
Definition at line 63 of file compile.c.
Referenced by pt_add_lock_class(), pt_class_pre_fetch(), and pt_in_lck_array().
int* pt_class_locks::only_all |
Definition at line 67 of file compile.c.
Referenced by pt_add_lock_class(), and pt_class_pre_fetch().