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

#include <params.h>

Data Fields

voidexecPlan
 
Datum value
 
bool isnull
 

Detailed Description

Definition at line 145 of file params.h.

Field Documentation

◆ execPlan

void* ParamExecData::execPlan

◆ isnull

bool ParamExecData::isnull

Definition at line 149 of file params.h.

Referenced by EvalPlanQualBegin(), EvalPlanQualStart(), and ExecWorkTableScan().

◆ value

Datum ParamExecData::value

Definition at line 148 of file params.h.

Referenced by EvalPlanQualBegin(), EvalPlanQualStart(), and ExecWorkTableScan().


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