PostgreSQL Source Code
git master
|
Data Fields | |
char | qname [20] |
SPIPlanPtr | plan |
int | nargs |
Oid * | argtypes |
FmgrInfo * | arginfuncs |
Oid * | argtypioparams |
FmgrInfo* pltcl_query_desc::arginfuncs |
Definition at line 172 of file pltcl.c.
Referenced by pltcl_SPI_execute_plan(), and pltcl_SPI_prepare().
Oid* pltcl_query_desc::argtypes |
Definition at line 171 of file pltcl.c.
Referenced by pltcl_SPI_prepare().
Oid* pltcl_query_desc::argtypioparams |
Definition at line 173 of file pltcl.c.
Referenced by pltcl_SPI_execute_plan(), and pltcl_SPI_prepare().
int pltcl_query_desc::nargs |
Definition at line 170 of file pltcl.c.
Referenced by pltcl_SPI_execute_plan(), and pltcl_SPI_prepare().
SPIPlanPtr pltcl_query_desc::plan |
Definition at line 169 of file pltcl.c.
Referenced by pltcl_SPI_execute_plan(), and pltcl_SPI_prepare().
char pltcl_query_desc::qname[20] |
Definition at line 168 of file pltcl.c.
Referenced by pltcl_SPI_prepare().