CUBRID Engine
latest
|
#include <object_representation_sr.h>
Public Attributes | |
OR_FOREIGN_KEY * | next |
char * | fkname |
OID | ref_class_oid |
OID | self_oid |
BTID | ref_class_pk_btid |
BTID | self_btid |
int | del_action |
int | upd_action |
Definition at line 122 of file object_representation_sr.h.
int or_foreign_key::del_action |
Definition at line 130 of file object_representation_sr.h.
Referenced by locator_check_primary_key_delete(), or_install_btids_foreign_key(), and or_install_btids_foreign_key_ref().
char* or_foreign_key::fkname |
Definition at line 125 of file object_representation_sr.h.
Referenced by locator_check_foreign_key(), locator_check_primary_key_delete(), locator_check_primary_key_update(), or_free_classrep(), or_install_btids_foreign_key(), and or_install_btids_foreign_key_ref().
OR_FOREIGN_KEY* or_foreign_key::next |
Definition at line 124 of file object_representation_sr.h.
Referenced by locator_check_primary_key_delete(), locator_check_primary_key_update(), or_free_classrep(), or_install_btids_foreign_key(), and or_install_btids_foreign_key_ref().
OID or_foreign_key::ref_class_oid |
Definition at line 126 of file object_representation_sr.h.
Referenced by locator_check_foreign_key(), and or_install_btids_foreign_key().
BTID or_foreign_key::ref_class_pk_btid |
Definition at line 128 of file object_representation_sr.h.
Referenced by locator_check_foreign_key(), and or_install_btids_foreign_key().
BTID or_foreign_key::self_btid |
Definition at line 129 of file object_representation_sr.h.
Referenced by locator_check_primary_key_delete(), locator_check_primary_key_update(), and or_install_btids_foreign_key_ref().
OID or_foreign_key::self_oid |
Definition at line 127 of file object_representation_sr.h.
Referenced by locator_check_primary_key_delete(), locator_check_primary_key_update(), and or_install_btids_foreign_key_ref().
int or_foreign_key::upd_action |
Definition at line 131 of file object_representation_sr.h.
Referenced by locator_check_primary_key_update(), or_install_btids_foreign_key(), and or_install_btids_foreign_key_ref().