CUBRID Engine  latest
sm_foreign_key_info Struct Reference

#include <class_object.h>

Collaboration diagram for sm_foreign_key_info:
Collaboration graph

Public Attributes

struct sm_foreign_key_infonext
 
const char * ref_class
 
const char ** ref_attrs
 
OID ref_class_oid
 
BTID ref_class_pk_btid
 
OID self_oid
 
BTID self_btid
 
SM_FOREIGN_KEY_ACTION delete_action
 
SM_FOREIGN_KEY_ACTION update_action
 
char * name
 
bool is_dropped
 

Detailed Description

Definition at line 472 of file class_object.h.

Member Data Documentation

const char** sm_foreign_key_info::ref_attrs

Definition at line 476 of file class_object.h.

Referenced by dbt_add_foreign_key(), and smt_check_foreign_key().

const char* sm_foreign_key_info::ref_class

Definition at line 475 of file class_object.h.

Referenced by dbt_add_foreign_key(), and smt_check_foreign_key().


The documentation for this struct was generated from the following file: