PostgreSQL Source Code  git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
FixedParamState Struct Reference

Data Fields

const OidparamTypes
 
int numParams
 

Detailed Description

Definition at line 37 of file parse_param.c.

Field Documentation

◆ numParams

int FixedParamState::numParams

Definition at line 40 of file parse_param.c.

Referenced by fixed_paramref_hook(), and setup_parse_fixed_parameters().

◆ paramTypes

const Oid* FixedParamState::paramTypes

Definition at line 39 of file parse_param.c.

Referenced by fixed_paramref_hook(), and setup_parse_fixed_parameters().


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