|
PostgreSQL Source Code git master
|
#include <pg_dump.h>
Data Fields | |
| DumpableObject | dobj |
| DumpableAcl | dacl |
| char * | ftypname |
| const char * | rolname |
| Oid | typelem |
| Oid | typrelid |
| Oid | typarray |
| char | typrelkind |
| char | typtype |
| bool | isArray |
| bool | isMultirange |
| bool | isDefined |
| struct _shellTypeInfo * | shellType |
| struct _constraintInfo * | notnull |
| int | nDomChecks |
| struct _constraintInfo * | domChecks |
| DumpableAcl _typeInfo::dacl |
Definition at line 206 of file pg_dump.h.
Referenced by dumpBaseType(), dumpCompositeType(), dumpDomain(), dumpEnumType(), dumpRangeType(), dumpUndefinedType(), and getTypes().
| DumpableObject _typeInfo::dobj |
Definition at line 205 of file pg_dump.h.
Referenced by collectComments(), collectSecLabels(), DOTypeNameCompare(), dumpBaseType(), dumpCompositeType(), dumpCompositeTypeColComments(), dumpConstraint(), dumpDomain(), dumpEnumType(), dumpRangeType(), dumpShellType(), dumpType(), dumpUndefinedType(), getCasts(), getDomainConstraints(), getTransforms(), getTypes(), pgTypeNameCompare(), and selectDumpableType().
| struct _constraintInfo* _typeInfo::domChecks |
Definition at line 229 of file pg_dump.h.
Referenced by dumpDomain(), getDomainConstraints(), and getTypes().
| char* _typeInfo::ftypname |
Definition at line 213 of file pg_dump.h.
Referenced by getFormattedTypeName(), and getTypes().
| bool _typeInfo::isArray |
Definition at line 220 of file pg_dump.h.
Referenced by getTypes(), and selectDumpableType().
| bool _typeInfo::isDefined |
Definition at line 222 of file pg_dump.h.
Referenced by dumpType(), and getTypes().
| bool _typeInfo::isMultirange |
Definition at line 221 of file pg_dump.h.
Referenced by getTypes(), and selectDumpableType().
| int _typeInfo::nDomChecks |
Definition at line 228 of file pg_dump.h.
Referenced by dumpDomain(), getDomainConstraints(), and getTypes().
| struct _constraintInfo* _typeInfo::notnull |
Definition at line 226 of file pg_dump.h.
Referenced by dumpDomain(), getDomainConstraints(), and getTypes().
| const char* _typeInfo::rolname |
Definition at line 214 of file pg_dump.h.
Referenced by dumpBaseType(), dumpCompositeType(), dumpCompositeTypeColComments(), dumpConstraint(), dumpDomain(), dumpEnumType(), dumpRangeType(), dumpShellType(), dumpUndefinedType(), and getTypes().
| struct _shellTypeInfo* _typeInfo::shellType |
Definition at line 224 of file pg_dump.h.
Referenced by getTypes(), and repairTypeFuncLoop().
| Oid _typeInfo::typarray |
Definition at line 217 of file pg_dump.h.
Referenced by getTypes().
| Oid _typeInfo::typelem |
Definition at line 215 of file pg_dump.h.
Referenced by dumpBaseType(), and getTypes().
| Oid _typeInfo::typrelid |
Definition at line 216 of file pg_dump.h.
Referenced by dumpCompositeType(), dumpCompositeTypeColComments(), getTypes(), and selectDumpableType().
| char _typeInfo::typrelkind |
Definition at line 218 of file pg_dump.h.
Referenced by getTypes(), and selectDumpableType().
| char _typeInfo::typtype |
Definition at line 219 of file pg_dump.h.
Referenced by dumpType(), and getTypes().