|
PostgreSQL Source Code git master
|


Go to the source code of this file.
Data Structures | |
| struct | PLyPlanObject |
Typedefs | |
| typedef struct PLyPlanObject | PLyPlanObject |
Functions | |
| void | PLy_plan_init_type (void) |
| PyObject * | PLy_plan_new (void) |
| bool | is_PLyPlanObject (PyObject *ob) |
| typedef struct PLyPlanObject PLyPlanObject |
| bool is_PLyPlanObject | ( | PyObject * | ob | ) |
Definition at line 85 of file plpy_planobject.c.
References PLy_PlanType.
Referenced by PLy_spi_execute().
| void PLy_plan_init_type | ( | void | ) |
Definition at line 56 of file plpy_planobject.c.
References elog, ERROR, PLy_PlanType, and PLyPlan_spec.
Referenced by PLy_init_plpy().
| PyObject * PLy_plan_new | ( | void | ) |
Definition at line 64 of file plpy_planobject.c.
References PLyPlanObject::args, PLyPlanObject::mcxt, PLyPlanObject::nargs, PLyPlanObject::plan, PLy_PlanType, and PLyPlanObject::types.
Referenced by PLy_spi_prepare().