|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| List * | objname |
| List * | objargs |
| List * | objfuncargs |
| bool | args_unspecified |
Definition at line 2717 of file parsenodes.h.
| bool ObjectWithArgs::args_unspecified |
Definition at line 2723 of file parsenodes.h.
Referenced by LookupFuncWithArgs().
| List* ObjectWithArgs::objargs |
Definition at line 2721 of file parsenodes.h.
Referenced by AlterOpFamilyAdd(), DefineOpClass(), and LookupFuncWithArgs().
| List* ObjectWithArgs::objfuncargs |
Definition at line 2722 of file parsenodes.h.
Referenced by LookupFuncWithArgs().
| List* ObjectWithArgs::objname |
Definition at line 2720 of file parsenodes.h.
Referenced by DefineOpClass(), and LookupFuncWithArgs().
| NodeTag ObjectWithArgs::type |
Definition at line 2719 of file parsenodes.h.