PostgreSQL Source Code: ForeignKeyOptInfo Struct Reference (original) (raw)

#include <[pathnodes.h](pathnodes%5F8h%5Fsource.html)>

Public Member Functions
pg_node_attr (custom_read_write, no_copy_equal, no_read, no_query_jumble) NodeTag type
AttrNumber conkey[INDEX_MAX_KEYS] pg_node_attr (array_size(nkeys))
AttrNumber confkey[INDEX_MAX_KEYS] pg_node_attr (array_size(nkeys))
Oid conpfeqop[INDEX_MAX_KEYS] pg_node_attr (array_size(nkeys))
Data Fields
Index con_relid
Index ref_relid
int nkeys
int nmatched_ec
int nconst_ec
int nmatched_rcols
int nmatched_ri
struct EquivalenceClass * eclass [INDEX_MAX_KEYS]
struct EquivalenceMember * fk_eclass_member [INDEX_MAX_KEYS]
List * rinfos [INDEX_MAX_KEYS]

Definition at line 1251 of file pathnodes.h.

pg_node_attr() [1/4]

pg_node_attr() [2/4]

pg_node_attr() [3/4]

pg_node_attr() [4/4]

ForeignKeyOptInfo::pg_node_attr ( custom_read_write ,
no_copy_equal ,
no_read ,
no_query_jumble
)

con_relid

Index ForeignKeyOptInfo::con_relid

eclass

fk_eclass_member

nconst_ec

int ForeignKeyOptInfo::nconst_ec

nkeys

int ForeignKeyOptInfo::nkeys

nmatched_ec

int ForeignKeyOptInfo::nmatched_ec

nmatched_rcols

int ForeignKeyOptInfo::nmatched_rcols

nmatched_ri

int ForeignKeyOptInfo::nmatched_ri

ref_relid

Index ForeignKeyOptInfo::ref_relid

rinfos


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