|
PostgreSQL Source Code git master
|
#include <pg_dump.h>
| char* _constraintInfo::condef |
Definition at line 521 of file pg_dump.h.
Referenced by dumpDomain(), dumpTableSchema(), and getDomainConstraints().
| bool _constraintInfo::condeferrable |
Definition at line 524 of file pg_dump.h.
Referenced by getDomainConstraints().
| bool _constraintInfo::condeferred |
Definition at line 525 of file pg_dump.h.
Referenced by getDomainConstraints().
| TypeInfo* _constraintInfo::condomain |
Definition at line 519 of file pg_dump.h.
Referenced by getDomainConstraints().
| Oid _constraintInfo::confrelid |
Definition at line 522 of file pg_dump.h.
Referenced by getDomainConstraints().
| DumpId _constraintInfo::conindex |
Definition at line 523 of file pg_dump.h.
Referenced by getDomainConstraints().
| bool _constraintInfo::conislocal |
Definition at line 527 of file pg_dump.h.
Referenced by dumpTableSchema(), and getDomainConstraints().
| TableInfo* _constraintInfo::contable |
Definition at line 518 of file pg_dump.h.
Referenced by getDomainConstraints().
| char _constraintInfo::contype |
Definition at line 520 of file pg_dump.h.
Referenced by getDomainConstraints().
| DumpableObject _constraintInfo::dobj |
Definition at line 517 of file pg_dump.h.
Referenced by dumpDomain(), dumpTableSchema(), getDomainConstraints(), and getIndexes().
| bool _constraintInfo::separate |
Definition at line 528 of file pg_dump.h.
Referenced by dumpDomain(), dumpTableSchema(), and getDomainConstraints().