|
PostgreSQL Source Code git master
|
#include <namespace.h>
Data Fields | |
| struct _FuncCandidateList * | next |
| int | pathpos |
| Oid | oid |
| int | nominalnargs |
| int | nargs |
| int | nvargs |
| int | ndargs |
| int * | argnumbers |
| Oid | args [FLEXIBLE_ARRAY_MEMBER] |
Definition at line 29 of file namespace.h.
| int* _FuncCandidateList::argnumbers |
Definition at line 38 of file namespace.h.
Referenced by func_get_detail(), FuncnameGetCandidates(), and OpernameGetCandidates().
| Oid _FuncCandidateList::args[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 39 of file namespace.h.
Referenced by func_get_detail(), func_match_argtypes(), func_select_candidate(), FuncnameGetCandidates(), FunctionIsVisibleExt(), left_oper(), LookupFuncNameInternal(), OpernameGetCandidates(), and regprocedurein().
| int _FuncCandidateList::nargs |
Definition at line 35 of file namespace.h.
Referenced by func_get_detail(), FuncnameGetCandidates(), and OpernameGetCandidates().
| int _FuncCandidateList::ndargs |
Definition at line 37 of file namespace.h.
Referenced by func_get_detail(), FuncnameGetCandidates(), and OpernameGetCandidates().
| struct _FuncCandidateList* _FuncCandidateList::next |
Definition at line 31 of file namespace.h.
Referenced by func_get_detail(), func_match_argtypes(), func_select_candidate(), FuncnameGetCandidates(), FunctionIsVisibleExt(), left_oper(), LookupFuncNameInternal(), OpernameGetCandidates(), regoperin(), regoperout(), regprocedurein(), regprocin(), and regprocout().
| int _FuncCandidateList::nominalnargs |
Definition at line 34 of file namespace.h.
Referenced by func_get_detail(), FuncnameGetCandidates(), and OpernameGetCandidates().
| int _FuncCandidateList::nvargs |
Definition at line 36 of file namespace.h.
Referenced by func_get_detail(), FuncnameGetCandidates(), and OpernameGetCandidates().
| Oid _FuncCandidateList::oid |
Definition at line 33 of file namespace.h.
Referenced by func_get_detail(), FuncnameGetCandidates(), FunctionIsVisibleExt(), LookupFuncNameInternal(), oper_select_candidate(), OpernameGetCandidates(), regoperin(), regoperout(), regprocedurein(), regprocin(), and regprocout().
| int _FuncCandidateList::pathpos |
Definition at line 32 of file namespace.h.
Referenced by FuncnameGetCandidates(), and OpernameGetCandidates().