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

◆ rows

PyObject* PLyResultObject::rows

◆ status

PyObject* PLyResultObject::status

◆ tupdesc

TupleDesc PLyResultObject::tupdesc

Definition at line 21 of file plpy_resultobject.h.

Referenced by PLy_result_dealloc(), and PLy_spi_execute_fetch_result().


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