CUBRID Engine  latest
t_fk_info_result Struct Reference

#include <cas_execute.h>

Collaboration diagram for t_fk_info_result:
Collaboration graph

Public Attributes

struct t_fk_info_resultprev
 
struct t_fk_info_resultnext
 
char * pktable_name
 
char * pkcolumn_name
 
char * fktable_name
 
char * fkcolumn_name
 
short key_seq
 
SM_FOREIGN_KEY_ACTION update_action
 
SM_FOREIGN_KEY_ACTION delete_action
 
char * fk_name
 
char * pk_name
 

Detailed Description

Definition at line 60 of file cas_execute.h.

Member Data Documentation

SM_FOREIGN_KEY_ACTION t_fk_info_result::delete_action

Definition at line 71 of file cas_execute.h.

Referenced by add_fk_info_result(), and fetch_foreign_keys().

char* t_fk_info_result::fk_name
char* t_fk_info_result::fkcolumn_name
char* t_fk_info_result::fktable_name
short t_fk_info_result::key_seq

Definition at line 69 of file cas_execute.h.

Referenced by add_fk_info_result(), and fetch_foreign_keys().

char* t_fk_info_result::pk_name
char* t_fk_info_result::pkcolumn_name
char* t_fk_info_result::pktable_name
struct t_fk_info_result* t_fk_info_result::prev

Definition at line 62 of file cas_execute.h.

Referenced by add_fk_info_after(), add_fk_info_before(), and add_fk_info_result().

SM_FOREIGN_KEY_ACTION t_fk_info_result::update_action

Definition at line 70 of file cas_execute.h.

Referenced by add_fk_info_result(), and fetch_foreign_keys().


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