PostgreSQL Source Code  git master
PLyCursorObject Struct Reference

#include <plpy_cursorobject.h>

Data Fields

PyObject_HEAD char * portalname
 
PLyDatumToOb result
 
bool closed
 
MemoryContext mcxt
 

Detailed Description

Definition at line 11 of file plpy_cursorobject.h.

Field Documentation

◆ closed

bool PLyCursorObject::closed

Definition at line 16 of file plpy_cursorobject.h.

◆ mcxt

MemoryContext PLyCursorObject::mcxt

Definition at line 17 of file plpy_cursorobject.h.

◆ portalname

PyObject_HEAD char* PLyCursorObject::portalname

Definition at line 14 of file plpy_cursorobject.h.

◆ result

PLyDatumToOb PLyCursorObject::result

Definition at line 15 of file plpy_cursorobject.h.


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