PostgreSQL Source Code
git master
|
Data Fields | |
Oid ** | paramTypes |
int * | numParams |
Definition at line 49 of file parse_param.c.
int* VarParamState::numParams |
Definition at line 52 of file parse_param.c.
Referenced by check_parameter_resolution_walker(), check_variable_parameters(), setup_parse_variable_parameters(), variable_coerce_param_hook(), and variable_paramref_hook().
Oid** VarParamState::paramTypes |
Definition at line 51 of file parse_param.c.
Referenced by check_parameter_resolution_walker(), setup_parse_variable_parameters(), variable_coerce_param_hook(), and variable_paramref_hook().