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

Data Fields

PyObjectiter
 
PLySavedArgssavedargs
 
MemoryContextCallback callback
 

Detailed Description

Definition at line 26 of file plpy_exec.c.

Field Documentation

◆ callback

MemoryContextCallback PLySRFState::callback

Definition at line 30 of file plpy_exec.c.

◆ iter

PyObject* PLySRFState::iter

Definition at line 28 of file plpy_exec.c.

◆ savedargs

PLySavedArgs* PLySRFState::savedargs

Definition at line 29 of file plpy_exec.c.


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