PostgreSQL Source Code git master
|
#include <parsenodes.h>
Public Member Functions | |
pg_node_attr (custom_query_jumble) NodeTag type | |
ParseLoc location | pg_node_attr (query_jumble_location) |
Data Fields | |
VariableSetKind | kind |
char * | name |
List * | args |
bool | jumble_args |
bool | is_local |
Definition at line 2671 of file parsenodes.h.
VariableSetStmt::pg_node_attr | ( | custom_query_jumble | ) |
ParseLoc location VariableSetStmt::pg_node_attr | ( | query_jumble_location | ) |
List* VariableSetStmt::args |
Definition at line 2680 of file parsenodes.h.
bool VariableSetStmt::is_local |
Definition at line 2690 of file parsenodes.h.
bool VariableSetStmt::jumble_args |
Definition at line 2688 of file parsenodes.h.
Referenced by _jumbleVariableSetStmt().
VariableSetKind VariableSetStmt::kind |
Definition at line 2676 of file parsenodes.h.
Referenced by AlterSetting(), AlterSystemSetConfigFile(), and update_proconfig_value().
char* VariableSetStmt::name |
Definition at line 2678 of file parsenodes.h.
Referenced by AlterSetting(), AlterSystemSetConfigFile(), and update_proconfig_value().