PostgreSQL Source Code git master
Loading...
Searching...
No Matches
pltcl_query_desc Struct Reference

Data Fields

char qname [20]
 
SPIPlanPtr plan
 
int nargs
 
Oidargtypes
 
FmgrInfoarginfuncs
 
Oidargtypioparams
 

Detailed Description

Definition at line 172 of file pltcl.c.

Field Documentation

◆ arginfuncs

FmgrInfo* pltcl_query_desc::arginfuncs

Definition at line 178 of file pltcl.c.

◆ argtypes

Oid* pltcl_query_desc::argtypes

Definition at line 177 of file pltcl.c.

◆ argtypioparams

Oid* pltcl_query_desc::argtypioparams

Definition at line 179 of file pltcl.c.

◆ nargs

int pltcl_query_desc::nargs

Definition at line 176 of file pltcl.c.

◆ plan

SPIPlanPtr pltcl_query_desc::plan

Definition at line 175 of file pltcl.c.

◆ qname

char pltcl_query_desc::qname[20]

Definition at line 174 of file pltcl.c.


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