|
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) |
Definition at line 81 of file plpy_resultobject.c.
References elog, ERROR, fb(), PLy_ResultType, and PLyResult_spec.
Referenced by PyInit_plpy().
Definition at line 89 of file plpy_resultobject.c.
References fb(), and PLy_ResultType.
Referenced by PLy_cursor_fetch(), and PLy_spi_execute_fetch_result().