|
PostgreSQL Source Code git master
|
#include <plpy_resultobject.h>
Data Fields | |
| PyObject_HEAD PyObject * | nrows |
| PyObject * | rows |
| PyObject * | status |
| TupleDesc | tupdesc |
Definition at line 13 of file plpy_resultobject.h.
| PyObject_HEAD PyObject* PLyResultObject::nrows |
Definition at line 17 of file plpy_resultobject.h.
Referenced by PLy_cursor_fetch(), PLy_result_dealloc(), and PLy_spi_execute_fetch_result().
| PyObject* PLyResultObject::rows |
Definition at line 18 of file plpy_resultobject.h.
Referenced by PLy_cursor_fetch(), PLy_result_dealloc(), and PLy_spi_execute_fetch_result().
| PyObject* PLyResultObject::status |
Definition at line 20 of file plpy_resultobject.h.
Referenced by PLy_cursor_fetch(), PLy_result_dealloc(), and PLy_spi_execute_fetch_result().
| TupleDesc PLyResultObject::tupdesc |
Definition at line 21 of file plpy_resultobject.h.
Referenced by PLy_result_dealloc(), and PLy_spi_execute_fetch_result().