|
PostgreSQL Source Code git master
|
#include <pathnodes.h>
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)) |
Definition at line 1440 of file pathnodes.h.
| AttrNumber conkey[INDEX_MAX_KEYS] ForeignKeyOptInfo::pg_node_attr | ( | array_size(nkeys) | ) |
| AttrNumber confkey[INDEX_MAX_KEYS] ForeignKeyOptInfo::pg_node_attr | ( | array_size(nkeys) | ) |
| Oid conpfeqop[INDEX_MAX_KEYS] ForeignKeyOptInfo::pg_node_attr | ( | array_size(nkeys) | ) |
| ForeignKeyOptInfo::pg_node_attr | ( | custom_read_write | , |
| no_copy_equal | , | ||
| no_read | , | ||
| no_query_jumble | |||
| ) |
| Index ForeignKeyOptInfo::con_relid |
Definition at line 1451 of file pathnodes.h.
Referenced by get_relation_foreign_keys().
| struct EquivalenceClass* ForeignKeyOptInfo::eclass[INDEX_MAX_KEYS] |
Definition at line 1476 of file pathnodes.h.
Referenced by _outForeignKeyOptInfo(), and get_relation_foreign_keys().
| struct EquivalenceMember* ForeignKeyOptInfo::fk_eclass_member[INDEX_MAX_KEYS] |
Definition at line 1478 of file pathnodes.h.
Referenced by get_relation_foreign_keys().
| int ForeignKeyOptInfo::nconst_ec |
Definition at line 1470 of file pathnodes.h.
Referenced by get_relation_foreign_keys().
| int ForeignKeyOptInfo::nkeys |
Definition at line 1455 of file pathnodes.h.
Referenced by _outForeignKeyOptInfo(), and get_relation_foreign_keys().
| int ForeignKeyOptInfo::nmatched_ec |
Definition at line 1468 of file pathnodes.h.
Referenced by get_relation_foreign_keys().
| int ForeignKeyOptInfo::nmatched_rcols |
Definition at line 1472 of file pathnodes.h.
Referenced by get_relation_foreign_keys().
| int ForeignKeyOptInfo::nmatched_ri |
Definition at line 1474 of file pathnodes.h.
Referenced by get_relation_foreign_keys().
| Index ForeignKeyOptInfo::ref_relid |
Definition at line 1453 of file pathnodes.h.
Referenced by get_relation_foreign_keys().
| List* ForeignKeyOptInfo::rinfos[INDEX_MAX_KEYS] |
Definition at line 1480 of file pathnodes.h.
Referenced by _outForeignKeyOptInfo(), and get_relation_foreign_keys().