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

Data Fields

Oid ** paramTypes
 
intnumParams
 

Detailed Description

Definition at line 49 of file parse_param.c.

Field Documentation

◆ numParams

int* VarParamState::numParams

Definition at line 52 of file parse_param.c.

◆ paramTypes

Oid** VarParamState::paramTypes

Definition at line 51 of file parse_param.c.


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