|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| List * | objname |
| List * | objargs |
| List * | objfuncargs |
| bool | args_unspecified |
Definition at line 2608 of file parsenodes.h.
| bool ObjectWithArgs::args_unspecified |
Definition at line 2614 of file parsenodes.h.
Referenced by LookupFuncWithArgs().
| List* ObjectWithArgs::objargs |
Definition at line 2612 of file parsenodes.h.
Referenced by AlterOpFamilyAdd(), DefineOpClass(), does_not_exist_skipping(), LookupFuncWithArgs(), and pg_get_object_address().
| List* ObjectWithArgs::objfuncargs |
Definition at line 2613 of file parsenodes.h.
Referenced by LookupFuncWithArgs().
| List* ObjectWithArgs::objname |
Definition at line 2611 of file parsenodes.h.
Referenced by DefineOpClass(), does_not_exist_skipping(), LookupFuncWithArgs(), and pg_get_object_address().
| NodeTag ObjectWithArgs::type |
Definition at line 2610 of file parsenodes.h.