PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
List * | objname |
List * | objargs |
List * | objfuncargs |
bool | args_unspecified |
Definition at line 2597 of file parsenodes.h.
bool ObjectWithArgs::args_unspecified |
Definition at line 2603 of file parsenodes.h.
Referenced by LookupFuncWithArgs().
List* ObjectWithArgs::objargs |
Definition at line 2601 of file parsenodes.h.
Referenced by AlterOpFamilyAdd(), DefineOpClass(), does_not_exist_skipping(), LookupFuncWithArgs(), and pg_get_object_address().
List* ObjectWithArgs::objfuncargs |
Definition at line 2602 of file parsenodes.h.
Referenced by LookupFuncWithArgs().
List* ObjectWithArgs::objname |
Definition at line 2600 of file parsenodes.h.
Referenced by DefineOpClass(), does_not_exist_skipping(), LookupFuncWithArgs(), and pg_get_object_address().
NodeTag ObjectWithArgs::type |
Definition at line 2599 of file parsenodes.h.