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

Field Documentation

◆ castcontext

char _castInfo::castcontext

Definition at line 504 of file pg_dump.h.

Referenced by dumpCast(), and getCasts().

◆ castfunc

Oid _castInfo::castfunc

Definition at line 503 of file pg_dump.h.

Referenced by dumpCast(), and getCasts().

◆ castmethod

char _castInfo::castmethod

Definition at line 505 of file pg_dump.h.

Referenced by dumpCast(), and getCasts().

◆ castsource

Oid _castInfo::castsource

Definition at line 501 of file pg_dump.h.

Referenced by dumpCast(), and getCasts().

◆ casttarget

Oid _castInfo::casttarget

Definition at line 502 of file pg_dump.h.

Referenced by dumpCast(), and getCasts().

◆ dobj

DumpableObject _castInfo::dobj

Definition at line 500 of file pg_dump.h.

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


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