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

#include <parsenodes.h>

Data Fields

NodeTag type
 
charrange_name
 
ParseLoc location
 
ParseLoc target_location
 
Nodetarget
 
Nodetarget_start
 
Nodetarget_end
 

Detailed Description

Definition at line 1708 of file parsenodes.h.

Field Documentation

◆ location

ParseLoc ForPortionOfClause::location

Definition at line 1712 of file parsenodes.h.

Referenced by transformForPortionOfClause().

◆ range_name

char* ForPortionOfClause::range_name

Definition at line 1711 of file parsenodes.h.

Referenced by transformForPortionOfClause().

◆ target

Node* ForPortionOfClause::target

Definition at line 1714 of file parsenodes.h.

Referenced by transformForPortionOfClause().

◆ target_end

Node* ForPortionOfClause::target_end

Definition at line 1716 of file parsenodes.h.

Referenced by transformForPortionOfClause().

◆ target_location

ParseLoc ForPortionOfClause::target_location

Definition at line 1713 of file parsenodes.h.

Referenced by transformForPortionOfClause().

◆ target_start

Node* ForPortionOfClause::target_start

Definition at line 1715 of file parsenodes.h.

Referenced by transformForPortionOfClause().

◆ type

NodeTag ForPortionOfClause::type

Definition at line 1710 of file parsenodes.h.


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