PostgreSQL Source Code: ObjectWithArgs Struct Reference (original) (raw)
#include <[parsenodes.h](parsenodes%5F8h%5Fsource.html)>
Data Fields | |
---|---|
NodeTag | type |
List * | objname |
List * | objargs |
List * | objfuncargs |
bool | args_unspecified |
Detailed Description
Definition at line 2597 of file parsenodes.h.
Field Documentation
◆ args_unspecified
bool ObjectWithArgs::args_unspecified
◆ objargs
List* ObjectWithArgs::objargs
◆ objfuncargs
List* ObjectWithArgs::objfuncargs
◆ objname
List* ObjectWithArgs::objname
◆ type
The documentation for this struct was generated from the following file:
- src/include/nodes/parsenodes.h