PostgreSQL Source Code  git master
_constraintInfo Struct Reference

#include <pg_dump.h>

Data Fields

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

Detailed Description

Definition at line 471 of file pg_dump.h.

Field Documentation

◆ condef

char* _constraintInfo::condef

◆ condeferrable

bool _constraintInfo::condeferrable

◆ condeferred

bool _constraintInfo::condeferred

◆ condomain

TypeInfo* _constraintInfo::condomain

◆ confrelid

Oid _constraintInfo::confrelid

◆ conindex

DumpId _constraintInfo::conindex

◆ conislocal

bool _constraintInfo::conislocal

◆ conperiod

bool _constraintInfo::conperiod

Definition at line 482 of file pg_dump.h.

Referenced by dumpConstraint(), and getIndexes().

◆ contable

◆ contype

char _constraintInfo::contype

◆ dobj

◆ separate


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