#include <plpy_planobject.h>
Data Fields | |
PyObject_HEAD SPIPlanPtr | plan |
int | nargs |
Oid * | types |
Datum * | values |
PLyTypeInfo * | args |
Definition at line 12 of file plpy_planobject.h.
Definition at line 19 of file plpy_planobject.h.
Referenced by PLy_cursor_plan(), PLy_plan_dealloc(), PLy_plan_new(), PLy_spi_execute_plan(), and PLy_spi_prepare().
Definition at line 16 of file plpy_planobject.h.
Referenced by PLy_cursor_plan(), PLy_plan_dealloc(), PLy_plan_new(), PLy_spi_execute_plan(), and PLy_spi_prepare().
PyObject_HEAD SPIPlanPtr PLyPlanObject::plan |
Definition at line 15 of file plpy_planobject.h.
Referenced by PLy_cursor_plan(), PLy_plan_dealloc(), PLy_plan_new(), PLy_spi_execute_plan(), and PLy_spi_prepare().
Definition at line 17 of file plpy_planobject.h.
Referenced by PLy_plan_dealloc(), PLy_plan_new(), and PLy_spi_prepare().
Definition at line 18 of file plpy_planobject.h.
Referenced by PLy_cursor_plan(), PLy_plan_dealloc(), PLy_plan_new(), PLy_spi_execute_plan(), and PLy_spi_prepare().