PostgreSQL Source Code git master
Loading...
Searching...
No Matches
PLySRFState Struct Reference

#include <plpy_procedure.h>

Data Fields

PyObjectiter
 
PLySavedArgssavedargs
 

Detailed Description

Definition at line 33 of file plpy_procedure.h.

Field Documentation

◆ iter

PyObject* PLySRFState::iter

Definition at line 35 of file plpy_procedure.h.

Referenced by PLy_exec_function(), and PLy_function_cleanup_srfstate().

◆ savedargs

PLySavedArgs* PLySRFState::savedargs

Definition at line 36 of file plpy_procedure.h.

Referenced by PLy_exec_function(), and PLy_function_cleanup_srfstate().


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