PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
List * | objname |
List * | objargs |
List * | objfuncargs |
bool | args_unspecified |
Definition at line 2361 of file parsenodes.h.
bool ObjectWithArgs::args_unspecified |
Definition at line 2367 of file parsenodes.h.
Referenced by LookupFuncWithArgs().
List* ObjectWithArgs::objargs |
Definition at line 2365 of file parsenodes.h.
Referenced by AlterOpFamilyAdd(), DefineOpClass(), does_not_exist_skipping(), LookupFuncWithArgs(), and pg_get_object_address().
List* ObjectWithArgs::objfuncargs |
Definition at line 2366 of file parsenodes.h.
Referenced by LookupFuncWithArgs().
List* ObjectWithArgs::objname |
Definition at line 2364 of file parsenodes.h.
Referenced by DefineOpClass(), does_not_exist_skipping(), LookupFuncWithArgs(), and pg_get_object_address().
NodeTag ObjectWithArgs::type |
Definition at line 2363 of file parsenodes.h.