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

#include <execnodes.h>

Data Fields

NodeTag type
 
ExprContextecontext
 
TupleDesc expectedDesc
 
int allowedModes
 
SetFunctionReturnMode returnMode
 
ExprDoneCond isDone
 
TuplestorestatesetResult
 
TupleDesc setDesc
 

Detailed Description

Definition at line 354 of file execnodes.h.

Field Documentation

◆ allowedModes

◆ econtext

◆ expectedDesc

TupleDesc ReturnSetInfo::expectedDesc

◆ isDone

ExprDoneCond ReturnSetInfo::isDone

Definition at line 363 of file execnodes.h.

Referenced by fmgr_sql(), hstore_svals(), and plperl_func_handler().

◆ returnMode

◆ setDesc

◆ setResult

◆ type

NodeTag ReturnSetInfo::type

Definition at line 356 of file execnodes.h.


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