|
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 2702 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 2711 of file parsenodes.h.
| bool VariableSetStmt::is_local |
Definition at line 2721 of file parsenodes.h.
| bool VariableSetStmt::jumble_args |
Definition at line 2719 of file parsenodes.h.
Referenced by _jumbleVariableSetStmt().
| VariableSetKind VariableSetStmt::kind |
Definition at line 2707 of file parsenodes.h.
Referenced by AlterSetting(), AlterSystemSetConfigFile(), and update_proconfig_value().
| char* VariableSetStmt::name |
Definition at line 2709 of file parsenodes.h.
Referenced by AlterSetting(), AlterSystemSetConfigFile(), and update_proconfig_value().