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

#include <parsenodes.h>

Data Fields

NodeTag type
 
Listobjname
 
Listobjargs
 
Listobjfuncargs
 
bool args_unspecified
 

Detailed Description

Definition at line 2717 of file parsenodes.h.

Field Documentation

◆ args_unspecified

bool ObjectWithArgs::args_unspecified

Definition at line 2723 of file parsenodes.h.

Referenced by LookupFuncWithArgs().

◆ objargs

List* ObjectWithArgs::objargs

Definition at line 2721 of file parsenodes.h.

Referenced by AlterOpFamilyAdd(), DefineOpClass(), and LookupFuncWithArgs().

◆ objfuncargs

List* ObjectWithArgs::objfuncargs

Definition at line 2722 of file parsenodes.h.

Referenced by LookupFuncWithArgs().

◆ objname

List* ObjectWithArgs::objname

Definition at line 2720 of file parsenodes.h.

Referenced by DefineOpClass(), and LookupFuncWithArgs().

◆ type

NodeTag ObjectWithArgs::type

Definition at line 2719 of file parsenodes.h.


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