PostgreSQL Source Code git master
Loading...
Searching...
No Matches
DefElem Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
chardefnamespace
 
chardefname
 
Nodearg
 
DefElemAction defaction
 
ParseLoc location
 

Detailed Description

Definition at line 840 of file parsenodes.h.

Field Documentation

◆ arg

◆ defaction

DefElemAction DefElem::defaction

Definition at line 847 of file parsenodes.h.

Referenced by makeDefElem(), and makeDefElemExtended().

◆ defname

◆ defnamespace

char* DefElem::defnamespace

Definition at line 843 of file parsenodes.h.

Referenced by makeDefElem(), makeDefElemExtended(), and transformRelOptions().

◆ location

◆ type

NodeTag DefElem::type

Definition at line 842 of file parsenodes.h.


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