PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
int | number |
int | location |
Definition at line 291 of file parsenodes.h.
int ParamRef::location |
Definition at line 295 of file parsenodes.h.
Referenced by fixed_paramref_hook(), paramlist_param_ref(), plpgsql_param_ref(), sql_fn_param_ref(), transformParamRef(), and variable_paramref_hook().
int ParamRef::number |
Definition at line 294 of file parsenodes.h.
Referenced by fixed_paramref_hook(), paramlist_param_ref(), plpgsql_param_ref(), sql_fn_param_ref(), transformParamRef(), and variable_paramref_hook().
NodeTag ParamRef::type |
Definition at line 293 of file parsenodes.h.