PostgreSQL Source Code  git master
PLyPlanObject Struct Reference

#include <plpy_planobject.h>

Data Fields

PyObject_HEAD SPIPlanPtr plan
 
int nargs
 
Oidtypes
 
Datumvalues
 
PLyObToDatumargs
 
MemoryContext mcxt
 

Detailed Description

Definition at line 12 of file plpy_planobject.h.

Field Documentation

◆ args

PLyObToDatum* PLyPlanObject::args

Definition at line 19 of file plpy_planobject.h.

Referenced by PLy_plan_new().

◆ mcxt

MemoryContext PLyPlanObject::mcxt

Definition at line 20 of file plpy_planobject.h.

Referenced by PLy_plan_dealloc(), and PLy_plan_new().

◆ nargs

int PLyPlanObject::nargs

Definition at line 16 of file plpy_planobject.h.

Referenced by PLy_plan_new().

◆ plan

PyObject_HEAD SPIPlanPtr PLyPlanObject::plan

Definition at line 15 of file plpy_planobject.h.

Referenced by PLy_plan_dealloc(), and PLy_plan_new().

◆ types

Oid* PLyPlanObject::types

Definition at line 17 of file plpy_planobject.h.

Referenced by PLy_plan_new().

◆ values

Datum* PLyPlanObject::values

Definition at line 18 of file plpy_planobject.h.

Referenced by PLy_plan_new().


The documentation for this struct was generated from the following file: