#include <plpy_cursorobject.h>
Data Fields | |
PyObject_HEAD char * | portalname |
PLyTypeInfo | result |
bool | closed |
Definition at line 11 of file plpy_cursorobject.h.
Definition at line 16 of file plpy_cursorobject.h.
Referenced by PLy_cursor_close(), PLy_cursor_dealloc(), PLy_cursor_fetch(), PLy_cursor_iternext(), PLy_cursor_plan(), and PLy_cursor_query().
PyObject_HEAD char* PLyCursorObject::portalname |
Definition at line 14 of file plpy_cursorobject.h.
Referenced by PLy_cursor_close(), PLy_cursor_dealloc(), PLy_cursor_fetch(), PLy_cursor_iternext(), PLy_cursor_plan(), and PLy_cursor_query().
Definition at line 15 of file plpy_cursorobject.h.
Referenced by PLy_cursor_dealloc(), PLy_cursor_fetch(), PLy_cursor_iternext(), PLy_cursor_plan(), and PLy_cursor_query().