|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| List * | objname |
| List * | objargs |
| List * | objfuncargs |
| bool | args_unspecified |
Definition at line 2636 of file parsenodes.h.
| bool ObjectWithArgs::args_unspecified |
Definition at line 2642 of file parsenodes.h.
Referenced by LookupFuncWithArgs().
| List* ObjectWithArgs::objargs |
Definition at line 2640 of file parsenodes.h.
Referenced by AlterOpFamilyAdd(), DefineOpClass(), does_not_exist_skipping(), LookupFuncWithArgs(), and pg_get_object_address().
| List* ObjectWithArgs::objfuncargs |
Definition at line 2641 of file parsenodes.h.
Referenced by LookupFuncWithArgs().
| List* ObjectWithArgs::objname |
Definition at line 2639 of file parsenodes.h.
Referenced by DefineOpClass(), does_not_exist_skipping(), LookupFuncWithArgs(), and pg_get_object_address().
| NodeTag ObjectWithArgs::type |
Definition at line 2638 of file parsenodes.h.