#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 | conislocal |
| bool | separate |
Definition at line 373 of file pg_dump.h.
| char* _constraintInfo::condef |
Definition at line 379 of file pg_dump.h.
Referenced by dumpConstraint(), dumpDomain(), dumpTableSchema(), getConstraints(), getDomainConstraints(), getIndexes(), and getTableAttrs().
Definition at line 382 of file pg_dump.h.
Referenced by dumpConstraint(), getConstraints(), getDomainConstraints(), getIndexes(), and getTableAttrs().
Definition at line 383 of file pg_dump.h.
Referenced by dumpConstraint(), getConstraints(), getDomainConstraints(), getIndexes(), and getTableAttrs().
Definition at line 377 of file pg_dump.h.
Referenced by dumpConstraint(), getConstraints(), getDomainConstraints(), getIndexes(), and getTableAttrs().
Definition at line 380 of file pg_dump.h.
Referenced by getConstraints(), getDomainConstraints(), getIndexes(), getTableAttrs(), and getTableDataFKConstraints().
Definition at line 381 of file pg_dump.h.
Referenced by dumpConstraint(), getConstraints(), getDomainConstraints(), getIndexes(), and getTableAttrs().
Definition at line 384 of file pg_dump.h.
Referenced by dumpTableSchema(), getConstraints(), getDomainConstraints(), getIndexes(), getTableAttrs(), and guessConstraintInheritance().
Definition at line 376 of file pg_dump.h.
Referenced by dumpConstraint(), dumpTableConstraintComment(), getConstraints(), getDomainConstraints(), getIndexes(), getTableAttrs(), and getTableDataFKConstraints().
Definition at line 378 of file pg_dump.h.
Referenced by dumpConstraint(), getConstraints(), getDomainConstraints(), getIndexes(), and getTableAttrs().
Definition at line 375 of file pg_dump.h.
Referenced by dumpConstraint(), dumpDomain(), dumpTableConstraintComment(), dumpTableSchema(), getConstraints(), getDomainConstraints(), getIndexes(), getTableAttrs(), and guessConstraintInheritance().
Definition at line 385 of file pg_dump.h.
Referenced by dumpConstraint(), dumpDomain(), dumpTableConstraintComment(), dumpTableSchema(), getConstraints(), getDomainConstraints(), getIndexes(), and getTableAttrs().
1.7.1