|
PostgreSQL Source Code git master
|
#include "parser/parse_node.h"

Go to the source code of this file.
Functions | |
| void | setup_parse_fixed_parameters (ParseState *pstate, const Oid *paramTypes, int numParams) |
| void | setup_parse_variable_parameters (ParseState *pstate, Oid **paramTypes, int *numParams) |
| void | check_variable_parameters (ParseState *pstate, Query *query) |
| bool | query_contains_extern_params (Query *query) |
|
extern |
Definition at line 269 of file parse_param.c.
References check_parameter_resolution_walker(), fb(), ParseState::p_ref_hook_state, and query_tree_walker.
Referenced by parse_analyze_varparams(), and transformExplainStmt().
Definition at line 331 of file parse_param.c.
References fb(), query_contains_extern_params_walker(), and query_tree_walker.
Referenced by transformCreateTableAsStmt().
|
extern |
Definition at line 68 of file parse_param.c.
References fb(), fixed_paramref_hook(), ParseState::p_paramref_hook, ParseState::p_ref_hook_state, and palloc_object.
Referenced by parse_analyze_fixedparams().
|
extern |
Definition at line 84 of file parse_param.c.
References fb(), ParseState::p_coerce_param_hook, ParseState::p_paramref_hook, ParseState::p_ref_hook_state, palloc_object, variable_coerce_param_hook(), and variable_paramref_hook().
Referenced by parse_analyze_varparams(), and transformExplainStmt().