PostgreSQL Source Code  git master
_transformInfo Struct Reference

#include <pg_dump.h>

Data Fields

DumpableObject dobj
 
Oid trftype
 
Oid trflang
 
Oid trffromsql
 
Oid trftosql
 

Detailed Description

Definition at line 508 of file pg_dump.h.

Field Documentation

◆ dobj

DumpableObject _transformInfo::dobj

Definition at line 510 of file pg_dump.h.

Referenced by dumpTransform(), and getTransforms().

◆ trffromsql

Oid _transformInfo::trffromsql

Definition at line 513 of file pg_dump.h.

Referenced by dumpTransform(), and getTransforms().

◆ trflang

Oid _transformInfo::trflang

Definition at line 512 of file pg_dump.h.

Referenced by dumpTransform(), and getTransforms().

◆ trftosql

Oid _transformInfo::trftosql

Definition at line 514 of file pg_dump.h.

Referenced by dumpTransform(), and getTransforms().

◆ trftype

Oid _transformInfo::trftype

Definition at line 511 of file pg_dump.h.

Referenced by dumpTransform(), and getTransforms().


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