PostgreSQL Source Code git master
Loading...
Searching...
No Matches
_constraintInfo Struct Reference

#include <pg_dump.h>

Data Fields

DumpableObject dobj
 
TableInfocontable
 
TypeInfocondomain
 
char contype
 
charcondef
 
Oid confrelid
 
DumpId conindex
 
bool condeferrable
 
bool condeferred
 
bool conperiod
 
bool conislocal
 
bool separate
 

Detailed Description

Definition at line 515 of file pg_dump.h.

Field Documentation

◆ condef

char* _constraintInfo::condef

Definition at line 521 of file pg_dump.h.

Referenced by dumpDomain(), dumpTableSchema(), and getDomainConstraints().

◆ condeferrable

bool _constraintInfo::condeferrable

Definition at line 524 of file pg_dump.h.

Referenced by getDomainConstraints().

◆ condeferred

bool _constraintInfo::condeferred

Definition at line 525 of file pg_dump.h.

Referenced by getDomainConstraints().

◆ condomain

TypeInfo* _constraintInfo::condomain

Definition at line 519 of file pg_dump.h.

Referenced by getDomainConstraints().

◆ confrelid

Oid _constraintInfo::confrelid

Definition at line 522 of file pg_dump.h.

Referenced by getDomainConstraints().

◆ conindex

DumpId _constraintInfo::conindex

Definition at line 523 of file pg_dump.h.

Referenced by getDomainConstraints().

◆ conislocal

bool _constraintInfo::conislocal

Definition at line 527 of file pg_dump.h.

Referenced by dumpTableSchema(), and getDomainConstraints().

◆ conperiod

bool _constraintInfo::conperiod

Definition at line 526 of file pg_dump.h.

◆ contable

TableInfo* _constraintInfo::contable

Definition at line 518 of file pg_dump.h.

Referenced by getDomainConstraints().

◆ contype

char _constraintInfo::contype

Definition at line 520 of file pg_dump.h.

Referenced by getDomainConstraints().

◆ dobj

DumpableObject _constraintInfo::dobj

Definition at line 517 of file pg_dump.h.

Referenced by dumpDomain(), dumpTableSchema(), getDomainConstraints(), and getIndexes().

◆ separate

bool _constraintInfo::separate

Definition at line 528 of file pg_dump.h.

Referenced by dumpDomain(), dumpTableSchema(), and getDomainConstraints().


The documentation for this struct was generated from the following file: