PostgreSQL Source Code  git master
_castInfo Struct Reference

#include <pg_dump.h>

Data Fields

DumpableObject dobj
 
Oid castsource
 
Oid casttarget
 
Oid castfunc
 
char castcontext
 
char castmethod
 

Detailed Description

Definition at line 492 of file pg_dump.h.

Field Documentation

◆ castcontext

char _castInfo::castcontext

Definition at line 498 of file pg_dump.h.

Referenced by dumpCast(), and getCasts().

◆ castfunc

Oid _castInfo::castfunc

Definition at line 497 of file pg_dump.h.

Referenced by dumpCast(), and getCasts().

◆ castmethod

char _castInfo::castmethod

Definition at line 499 of file pg_dump.h.

Referenced by dumpCast(), and getCasts().

◆ castsource

Oid _castInfo::castsource

Definition at line 495 of file pg_dump.h.

Referenced by dumpCast(), and getCasts().

◆ casttarget

Oid _castInfo::casttarget

Definition at line 496 of file pg_dump.h.

Referenced by dumpCast(), and getCasts().

◆ dobj

DumpableObject _castInfo::dobj

Definition at line 494 of file pg_dump.h.

Referenced by dumpCast(), getCasts(), and selectDumpableCast().


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