PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
int | number |
ParseLoc | location |
Definition at line 303 of file parsenodes.h.
ParseLoc ParamRef::location |
Definition at line 307 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 306 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 305 of file parsenodes.h.