PostgreSQL Source Code git master
|
Data Fields | |
char | qname [24] |
MemoryContext | plan_cxt |
SPIPlanPtr | plan |
int | nargs |
Oid * | argtypes |
FmgrInfo * | arginfuncs |
Oid * | argtypioparams |
FmgrInfo* plperl_query_desc::arginfuncs |
Definition at line 192 of file plperl.c.
Referenced by plperl_spi_exec_prepared(), plperl_spi_prepare(), and plperl_spi_query_prepared().
Oid* plperl_query_desc::argtypes |
Definition at line 191 of file plperl.c.
Referenced by plperl_spi_exec_prepared(), plperl_spi_prepare(), and plperl_spi_query_prepared().
Oid* plperl_query_desc::argtypioparams |
Definition at line 193 of file plperl.c.
Referenced by plperl_spi_exec_prepared(), plperl_spi_prepare(), and plperl_spi_query_prepared().
int plperl_query_desc::nargs |
Definition at line 190 of file plperl.c.
Referenced by plperl_spi_exec_prepared(), plperl_spi_prepare(), and plperl_spi_query_prepared().
SPIPlanPtr plperl_query_desc::plan |
Definition at line 189 of file plperl.c.
Referenced by plperl_spi_exec_prepared(), plperl_spi_freeplan(), plperl_spi_prepare(), and plperl_spi_query_prepared().
MemoryContext plperl_query_desc::plan_cxt |
Definition at line 188 of file plperl.c.
Referenced by plperl_spi_freeplan(), and plperl_spi_prepare().
char plperl_query_desc::qname[24] |
Definition at line 187 of file plperl.c.
Referenced by plperl_spi_prepare().