PostgreSQL Source Code  git master
_FuncCandidateList Struct Reference

#include <namespace.h>

Data Fields

struct _FuncCandidateListnext
 
int pathpos
 
Oid oid
 
int nominalnargs
 
int nargs
 
int nvargs
 
int ndargs
 
int * argnumbers
 
Oid args [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 29 of file namespace.h.

Field Documentation

◆ argnumbers

int* _FuncCandidateList::argnumbers

Definition at line 38 of file namespace.h.

Referenced by func_get_detail(), FuncnameGetCandidates(), and OpernameGetCandidates().

◆ args

◆ nargs

int _FuncCandidateList::nargs

Definition at line 35 of file namespace.h.

Referenced by func_get_detail(), FuncnameGetCandidates(), and OpernameGetCandidates().

◆ ndargs

int _FuncCandidateList::ndargs

Definition at line 37 of file namespace.h.

Referenced by func_get_detail(), FuncnameGetCandidates(), and OpernameGetCandidates().

◆ next

◆ nominalnargs

int _FuncCandidateList::nominalnargs

Definition at line 34 of file namespace.h.

Referenced by func_get_detail(), FuncnameGetCandidates(), and OpernameGetCandidates().

◆ nvargs

int _FuncCandidateList::nvargs

Definition at line 36 of file namespace.h.

Referenced by func_get_detail(), FuncnameGetCandidates(), and OpernameGetCandidates().

◆ oid

◆ pathpos

int _FuncCandidateList::pathpos

Definition at line 32 of file namespace.h.

Referenced by FuncnameGetCandidates(), and OpernameGetCandidates().


The documentation for this struct was generated from the following file: