PostgreSQL Source Code
git master
|
Go to the source code of this file.
Data Structures | |
struct | PLyResultObject |
Typedefs | |
typedef struct PLyResultObject | PLyResultObject |
Functions | |
void | PLy_result_init_type (void) |
PyObject * | PLy_result_new (void) |
typedef struct PLyResultObject PLyResultObject |
void PLy_result_init_type | ( | void | ) |
Definition at line 61 of file plpy_resultobject.c.
References elog, ERROR, and PLy_ResultType.
Referenced by PLy_init_plpy().
PyObject* PLy_result_new | ( | void | ) |
Definition at line 68 of file plpy_resultobject.c.
References PLyResultObject::nrows, PLy_ResultType, PLyResultObject::rows, PLyResultObject::status, and PLyResultObject::tupdesc.
Referenced by PLy_cursor_fetch(), and PLy_spi_execute_fetch_result().