PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
List * | objname |
List * | objargs |
List * | objfuncargs |
bool | args_unspecified |
Definition at line 2533 of file parsenodes.h.
bool ObjectWithArgs::args_unspecified |
Definition at line 2539 of file parsenodes.h.
Referenced by LookupFuncWithArgs().
List* ObjectWithArgs::objargs |
Definition at line 2537 of file parsenodes.h.
Referenced by AlterOpFamilyAdd(), DefineOpClass(), does_not_exist_skipping(), LookupFuncWithArgs(), and pg_get_object_address().
List* ObjectWithArgs::objfuncargs |
Definition at line 2538 of file parsenodes.h.
Referenced by LookupFuncWithArgs().
List* ObjectWithArgs::objname |
Definition at line 2536 of file parsenodes.h.
Referenced by DefineOpClass(), does_not_exist_skipping(), LookupFuncWithArgs(), and pg_get_object_address().
NodeTag ObjectWithArgs::type |
Definition at line 2535 of file parsenodes.h.