|
CUBRID Engine
latest
|

Public Attributes | |
| OID | oid |
| OID | match_class_oid |
| LOCK | lock_mode |
| MVCC_SNAPSHOT * | snapshot |
| bool | found_object |
| PERF_UTIME_TRACKER | time_track |
| bool btree_find_unique_helper::found_object |
Definition at line 450 of file btree.c.
Referenced by btree_key_find_and_lock_unique_of_non_unique(), btree_key_find_and_lock_unique_of_unique(), btree_key_find_unique_version_oid(), btree_key_lock_and_append_object_unique(), and xbtree_find_unique().
| LOCK btree_find_unique_helper::lock_mode |
Definition at line 448 of file btree.c.
Referenced by btree_key_find_and_lock_unique_of_non_unique(), btree_key_find_and_lock_unique_of_unique(), btree_key_lock_and_append_object_unique(), and xbtree_find_unique().
| OID btree_find_unique_helper::match_class_oid |
Definition at line 447 of file btree.c.
Referenced by btree_key_find_and_lock_unique_of_non_unique(), btree_key_find_and_lock_unique_of_unique(), btree_key_find_unique_version_oid(), and xbtree_find_unique().
| OID btree_find_unique_helper::oid |
Definition at line 446 of file btree.c.
Referenced by btree_key_find_and_lock_unique_of_non_unique(), btree_key_find_and_lock_unique_of_unique(), btree_key_find_unique_version_oid(), and xbtree_find_unique().
| MVCC_SNAPSHOT* btree_find_unique_helper::snapshot |
Definition at line 449 of file btree.c.
Referenced by btree_key_find_unique_version_oid(), and xbtree_find_unique().
| PERF_UTIME_TRACKER btree_find_unique_helper::time_track |
Definition at line 452 of file btree.c.
Referenced by btree_key_find_and_lock_unique_of_non_unique(), btree_key_find_and_lock_unique_of_unique(), btree_key_find_unique_version_oid(), and xbtree_find_unique().