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

#include <pg_dump.h>

Data Fields

DumpableObject dobj
 
DumpableAcl dacl
 
charftypname
 
const charrolname
 
Oid typelem
 
Oid typrelid
 
Oid typarray
 
char typrelkind
 
char typtype
 
bool isArray
 
bool isMultirange
 
bool isDefined
 
struct _shellTypeInfoshellType
 
struct _constraintInfonotnull
 
int nDomChecks
 
struct _constraintInfodomChecks
 

Detailed Description

Definition at line 203 of file pg_dump.h.

Field Documentation

◆ dacl

DumpableAcl _typeInfo::dacl

Definition at line 206 of file pg_dump.h.

◆ dobj

DumpableObject _typeInfo::dobj

Definition at line 205 of file pg_dump.h.

Referenced by getCasts(), and getTransforms().

◆ domChecks

struct _constraintInfo* _typeInfo::domChecks

Definition at line 229 of file pg_dump.h.

◆ ftypname

char* _typeInfo::ftypname

Definition at line 213 of file pg_dump.h.

◆ isArray

bool _typeInfo::isArray

Definition at line 220 of file pg_dump.h.

◆ isDefined

bool _typeInfo::isDefined

Definition at line 222 of file pg_dump.h.

◆ isMultirange

bool _typeInfo::isMultirange

Definition at line 221 of file pg_dump.h.

◆ nDomChecks

int _typeInfo::nDomChecks

Definition at line 228 of file pg_dump.h.

◆ notnull

struct _constraintInfo* _typeInfo::notnull

Definition at line 226 of file pg_dump.h.

◆ rolname

const char* _typeInfo::rolname

Definition at line 214 of file pg_dump.h.

◆ shellType

struct _shellTypeInfo* _typeInfo::shellType

Definition at line 224 of file pg_dump.h.

◆ typarray

Oid _typeInfo::typarray

Definition at line 217 of file pg_dump.h.

◆ typelem

Oid _typeInfo::typelem

Definition at line 215 of file pg_dump.h.

◆ typrelid

Oid _typeInfo::typrelid

Definition at line 216 of file pg_dump.h.

◆ typrelkind

char _typeInfo::typrelkind

Definition at line 218 of file pg_dump.h.

◆ typtype

char _typeInfo::typtype

Definition at line 219 of file pg_dump.h.


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