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 502 of file pg_dump.h.

Field Documentation

◆ dobj

DumpableObject _transformInfo::dobj

Definition at line 504 of file pg_dump.h.

Referenced by dumpTransform(), and getTransforms().

◆ trffromsql

Oid _transformInfo::trffromsql

Definition at line 507 of file pg_dump.h.

Referenced by dumpTransform(), and getTransforms().

◆ trflang

Oid _transformInfo::trflang

Definition at line 506 of file pg_dump.h.

Referenced by dumpTransform(), and getTransforms().

◆ trftosql

Oid _transformInfo::trftosql

Definition at line 508 of file pg_dump.h.

Referenced by dumpTransform(), and getTransforms().

◆ trftype

Oid _transformInfo::trftype

Definition at line 505 of file pg_dump.h.

Referenced by dumpTransform(), and getTransforms().


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