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