PostgreSQL Source Code  git master
ObjectWithArgs Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Listobjname
 
Listobjargs
 
Listobjfuncargs
 
bool args_unspecified
 

Detailed Description

Definition at line 2531 of file parsenodes.h.

Field Documentation

◆ args_unspecified

bool ObjectWithArgs::args_unspecified

Definition at line 2537 of file parsenodes.h.

Referenced by LookupFuncWithArgs().

◆ objargs

List* ObjectWithArgs::objargs

◆ objfuncargs

List* ObjectWithArgs::objfuncargs

Definition at line 2536 of file parsenodes.h.

Referenced by LookupFuncWithArgs().

◆ objname

List* ObjectWithArgs::objname

◆ type

NodeTag ObjectWithArgs::type

Definition at line 2533 of file parsenodes.h.


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