PostgreSQL Source Code git master
Loading...
Searching...
No Matches
PLyResultObject Struct Reference

#include <plpy_resultobject.h>

Data Fields

PyObject_HEAD PyObjectnrows
 
PyObjectrows
 
PyObjectstatus
 
TupleDesc tupdesc
 

Detailed Description

Definition at line 13 of file plpy_resultobject.h.

Field Documentation

◆ nrows

PyObject_HEAD PyObject* PLyResultObject::nrows

Definition at line 17 of file plpy_resultobject.h.

Referenced by PLy_cursor_fetch(), and PLy_result_dealloc().

◆ rows

PyObject* PLyResultObject::rows

Definition at line 18 of file plpy_resultobject.h.

Referenced by PLy_cursor_fetch(), and PLy_result_dealloc().

◆ status

PyObject* PLyResultObject::status

Definition at line 20 of file plpy_resultobject.h.

Referenced by PLy_cursor_fetch(), and PLy_result_dealloc().

◆ tupdesc

TupleDesc PLyResultObject::tupdesc

Definition at line 21 of file plpy_resultobject.h.

Referenced by PLy_result_dealloc().


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