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

#include <parsenodes.h>

Data Fields

NodeTag type
 
Listfields
 
ParseLoc location
 

Detailed Description

Definition at line 308 of file parsenodes.h.

Field Documentation

◆ fields

List* ColumnRef::fields

Definition at line 311 of file parsenodes.h.

Referenced by resolve_unique_index_expr().

◆ location

ParseLoc ColumnRef::location

Definition at line 312 of file parsenodes.h.

Referenced by resolve_unique_index_expr().

◆ type

NodeTag ColumnRef::type

Definition at line 310 of file parsenodes.h.


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