|
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 178 of file pltcl.c.
Referenced by pltcl_SPI_execute_plan(), and pltcl_SPI_prepare().
| Oid* pltcl_query_desc::argtypes |
Definition at line 177 of file pltcl.c.
Referenced by pltcl_SPI_prepare().
| Oid* pltcl_query_desc::argtypioparams |
Definition at line 179 of file pltcl.c.
Referenced by pltcl_SPI_execute_plan(), and pltcl_SPI_prepare().
| int pltcl_query_desc::nargs |
Definition at line 176 of file pltcl.c.
Referenced by pltcl_SPI_execute_plan(), and pltcl_SPI_prepare().
| SPIPlanPtr pltcl_query_desc::plan |
Definition at line 175 of file pltcl.c.
Referenced by pltcl_SPI_execute_plan(), and pltcl_SPI_prepare().
| char pltcl_query_desc::qname[20] |
Definition at line 174 of file pltcl.c.
Referenced by pltcl_SPI_prepare().