PostgreSQL Source Code  git master
PLyResultObject Struct Reference

#include <plpy_resultobject.h>

Data Fields

PyObject_HEAD PyObject * nrows
 
PyObject * rows
 
PyObject * status
 
TupleDesc tupdesc
 

Detailed Description

Definition at line 13 of file plpy_resultobject.h.

Field Documentation

◆ nrows

PyObject_HEAD PyObject* PLyResultObject::nrows

◆ rows

◆ status

PyObject* PLyResultObject::status

◆ tupdesc


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