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 2696 of file parsenodes.h.

Field Documentation

◆ args_unspecified

bool ObjectWithArgs::args_unspecified

Definition at line 2702 of file parsenodes.h.

Referenced by LookupFuncWithArgs().

◆ objargs

List* ObjectWithArgs::objargs

Definition at line 2700 of file parsenodes.h.

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

◆ objfuncargs

List* ObjectWithArgs::objfuncargs

Definition at line 2701 of file parsenodes.h.

Referenced by LookupFuncWithArgs().

◆ objname

List* ObjectWithArgs::objname

Definition at line 2699 of file parsenodes.h.

Referenced by DefineOpClass(), and LookupFuncWithArgs().

◆ type

NodeTag ObjectWithArgs::type

Definition at line 2698 of file parsenodes.h.


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