PostgreSQL Source Code  git master
plperl_query_desc Struct Reference

Data Fields

char qname [24]
 
MemoryContext plan_cxt
 
SPIPlanPtr plan
 
int nargs
 
Oidargtypes
 
FmgrInfoarginfuncs
 
Oidargtypioparams
 

Detailed Description

Definition at line 186 of file plperl.c.

Field Documentation

◆ arginfuncs

FmgrInfo* plperl_query_desc::arginfuncs

◆ argtypes

Oid* plperl_query_desc::argtypes

◆ argtypioparams

Oid* plperl_query_desc::argtypioparams

◆ nargs

int plperl_query_desc::nargs

◆ plan

SPIPlanPtr plperl_query_desc::plan

◆ plan_cxt

MemoryContext plperl_query_desc::plan_cxt

Definition at line 189 of file plperl.c.

Referenced by plperl_spi_freeplan(), and plperl_spi_prepare().

◆ qname

char plperl_query_desc::qname[24]

Definition at line 188 of file plperl.c.

Referenced by plperl_spi_prepare().


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