PostgreSQL Source Code git master
Loading...
Searching...
No Matches
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 188 of file plperl.c.

Field Documentation

◆ arginfuncs

FmgrInfo* plperl_query_desc::arginfuncs

Definition at line 195 of file plperl.c.

◆ argtypes

Oid* plperl_query_desc::argtypes

Definition at line 194 of file plperl.c.

◆ argtypioparams

Oid* plperl_query_desc::argtypioparams

Definition at line 196 of file plperl.c.

◆ nargs

int plperl_query_desc::nargs

Definition at line 193 of file plperl.c.

◆ plan

SPIPlanPtr plperl_query_desc::plan

Definition at line 192 of file plperl.c.

◆ plan_cxt

MemoryContext plperl_query_desc::plan_cxt

Definition at line 191 of file plperl.c.

◆ qname

char plperl_query_desc::qname[24]

Definition at line 190 of file plperl.c.


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