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 | conislocal |
bool | separate |
char* _constraintInfo::condef |
Definition at line 479 of file pg_dump.h.
Referenced by dumpConstraint(), dumpDomain(), dumpTableSchema(), getConstraints(), getDomainConstraints(), getIndexes(), and getTableAttrs().
bool _constraintInfo::condeferrable |
Definition at line 482 of file pg_dump.h.
Referenced by dumpConstraint(), getConstraints(), getDomainConstraints(), getIndexes(), and getTableAttrs().
bool _constraintInfo::condeferred |
Definition at line 483 of file pg_dump.h.
Referenced by dumpConstraint(), getConstraints(), getDomainConstraints(), getIndexes(), and getTableAttrs().
TypeInfo* _constraintInfo::condomain |
Definition at line 477 of file pg_dump.h.
Referenced by dumpConstraint(), getConstraints(), getDomainConstraints(), getIndexes(), and getTableAttrs().
Oid _constraintInfo::confrelid |
Definition at line 480 of file pg_dump.h.
Referenced by getConstraints(), getDomainConstraints(), getIndexes(), getTableAttrs(), and getTableDataFKConstraints().
DumpId _constraintInfo::conindex |
Definition at line 481 of file pg_dump.h.
Referenced by dumpConstraint(), getConstraints(), getDomainConstraints(), getIndexes(), and getTableAttrs().
bool _constraintInfo::conislocal |
Definition at line 484 of file pg_dump.h.
Referenced by dumpConstraint(), dumpTableSchema(), getConstraints(), getDomainConstraints(), getIndexes(), and getTableAttrs().
TableInfo* _constraintInfo::contable |
Definition at line 476 of file pg_dump.h.
Referenced by dumpConstraint(), dumpTableConstraintComment(), getConstraints(), getDomainConstraints(), getIndexes(), getTableAttrs(), and getTableDataFKConstraints().
char _constraintInfo::contype |
Definition at line 478 of file pg_dump.h.
Referenced by dumpConstraint(), getConstraints(), getDomainConstraints(), getIndexes(), and getTableAttrs().
DumpableObject _constraintInfo::dobj |
Definition at line 475 of file pg_dump.h.
Referenced by dumpConstraint(), dumpDomain(), dumpTableConstraintComment(), dumpTableSchema(), getConstraints(), getDomainConstraints(), getIndexes(), and getTableAttrs().
bool _constraintInfo::separate |
Definition at line 485 of file pg_dump.h.
Referenced by dumpConstraint(), dumpDomain(), dumpTableConstraintComment(), dumpTableSchema(), getConstraints(), getDomainConstraints(), getIndexes(), and getTableAttrs().