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

#include <parsenodes.h>

Data Fields

NodeTag type
 
charname
 
Listindirection
 
Nodeval
 
ParseLoc location
 

Detailed Description

Definition at line 542 of file parsenodes.h.

Field Documentation

◆ indirection

List* ResTarget::indirection

Definition at line 546 of file parsenodes.h.

Referenced by DoCopy(), and transformJsonArrayQueryConstructor().

◆ location

ParseLoc ResTarget::location

◆ name

◆ type

NodeTag ResTarget::type

Definition at line 544 of file parsenodes.h.

◆ val


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