PostgreSQL Source Code git master
|
#include <plpy_cursorobject.h>
Data Fields | |
PyObject_HEAD char * | portalname |
PLyDatumToOb | result |
bool | closed |
MemoryContext | mcxt |
Definition at line 11 of file plpy_cursorobject.h.
bool PLyCursorObject::closed |
Definition at line 16 of file plpy_cursorobject.h.
MemoryContext PLyCursorObject::mcxt |
Definition at line 17 of file plpy_cursorobject.h.
PyObject_HEAD char* PLyCursorObject::portalname |
Definition at line 14 of file plpy_cursorobject.h.
PLyDatumToOb PLyCursorObject::result |
Definition at line 15 of file plpy_cursorobject.h.