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 508 of file pg_dump.h.
Referenced by dumpConstraint(), dumpDomain(), dumpTableSchema(), getConstraints(), getDomainConstraints(), getIndexes(), and getTableAttrs().
bool _constraintInfo::condeferrable |
Definition at line 511 of file pg_dump.h.
Referenced by dumpConstraint(), getConstraints(), getDomainConstraints(), getIndexes(), and getTableAttrs().
bool _constraintInfo::condeferred |
Definition at line 512 of file pg_dump.h.
Referenced by dumpConstraint(), getConstraints(), getDomainConstraints(), getIndexes(), and getTableAttrs().
TypeInfo* _constraintInfo::condomain |
Definition at line 506 of file pg_dump.h.
Referenced by dumpConstraint(), getConstraints(), getDomainConstraints(), getIndexes(), and getTableAttrs().
Oid _constraintInfo::confrelid |
Definition at line 509 of file pg_dump.h.
Referenced by getConstraints(), getDomainConstraints(), getIndexes(), getTableAttrs(), and getTableDataFKConstraints().
DumpId _constraintInfo::conindex |
Definition at line 510 of file pg_dump.h.
Referenced by dumpConstraint(), getConstraints(), getDomainConstraints(), getIndexes(), and getTableAttrs().
bool _constraintInfo::conislocal |
Definition at line 514 of file pg_dump.h.
Referenced by dumpConstraint(), dumpTableSchema(), getConstraints(), getDomainConstraints(), getIndexes(), and getTableAttrs().
bool _constraintInfo::conperiod |
Definition at line 513 of file pg_dump.h.
Referenced by dumpConstraint(), and getIndexes().
TableInfo* _constraintInfo::contable |
Definition at line 505 of file pg_dump.h.
Referenced by dumpConstraint(), dumpTableConstraintComment(), getConstraints(), getDomainConstraints(), getIndexes(), getTableAttrs(), and getTableDataFKConstraints().
char _constraintInfo::contype |
Definition at line 507 of file pg_dump.h.
Referenced by dumpConstraint(), getConstraints(), getDomainConstraints(), getIndexes(), and getTableAttrs().
DumpableObject _constraintInfo::dobj |
Definition at line 504 of file pg_dump.h.
Referenced by dumpConstraint(), dumpDomain(), dumpTableConstraintComment(), dumpTableSchema(), getConstraints(), getDomainConstraints(), getIndexes(), and getTableAttrs().
bool _constraintInfo::separate |
Definition at line 515 of file pg_dump.h.
Referenced by dumpConstraint(), dumpDomain(), dumpTableConstraintComment(), dumpTableSchema(), getConstraints(), getDomainConstraints(), getIndexes(), and getTableAttrs().