PostgreSQL Source Code  git master
pltcl_query_desc Struct Reference

Data Fields

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

Detailed Description

Definition at line 164 of file pltcl.c.

Field Documentation

◆ arginfuncs

FmgrInfo* pltcl_query_desc::arginfuncs

Definition at line 170 of file pltcl.c.

Referenced by pltcl_SPI_execute_plan(), and pltcl_SPI_prepare().

◆ argtypes

Oid* pltcl_query_desc::argtypes

Definition at line 169 of file pltcl.c.

Referenced by pltcl_SPI_prepare().

◆ argtypioparams

Oid* pltcl_query_desc::argtypioparams

Definition at line 171 of file pltcl.c.

Referenced by pltcl_SPI_execute_plan(), and pltcl_SPI_prepare().

◆ nargs

int pltcl_query_desc::nargs

Definition at line 168 of file pltcl.c.

Referenced by pltcl_SPI_execute_plan(), and pltcl_SPI_prepare().

◆ plan

SPIPlanPtr pltcl_query_desc::plan

Definition at line 167 of file pltcl.c.

Referenced by pltcl_SPI_execute_plan(), and pltcl_SPI_prepare().

◆ qname

char pltcl_query_desc::qname[20]

Definition at line 166 of file pltcl.c.

Referenced by pltcl_SPI_prepare().


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