PostgreSQL Source Code git master
Data Fields
PLyResultObject Struct Reference

#include <plpy_resultobject.h>

Data Fields

PyObject_HEAD PyObject *  nrows
 
PyObject *  rows
 
PyObject *  status
 
 

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(), PLy_result_dealloc(), PLy_result_new(), PLy_result_nrows(), PLy_result_str(), and PLy_spi_execute_fetch_result().

rows

PyObject* PLyResultObject::rows

Definition at line 18 of file plpy_resultobject.h.

Referenced by PLy_cursor_fetch(), PLy_result_ass_subscript(), PLy_result_dealloc(), PLy_result_item(), PLy_result_length(), PLy_result_new(), PLy_result_str(), PLy_result_subscript(), and PLy_spi_execute_fetch_result().

status

PyObject* PLyResultObject::status

Definition at line 20 of file plpy_resultobject.h.

Referenced by PLy_cursor_fetch(), PLy_result_dealloc(), PLy_result_new(), PLy_result_status(), PLy_result_str(), and PLy_spi_execute_fetch_result().

tupdesc

TupleDesc PLyResultObject::tupdesc

Definition at line 21 of file plpy_resultobject.h.

Referenced by PLy_result_colnames(), PLy_result_coltypes(), PLy_result_coltypmods(), PLy_result_dealloc(), PLy_result_new(), and PLy_spi_execute_fetch_result().


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

AltStyle によって変換されたページ (->オリジナル) /