PostgreSQL Source Code git master
VariableSetStmt Struct Reference

#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
 
Listargs
 
bool jumble_args
 
bool is_local
 

Detailed Description

Definition at line 2671 of file parsenodes.h.

Member Function Documentation

◆ pg_node_attr() [1/2]

VariableSetStmt::pg_node_attr ( custom_query_jumble  )

◆ pg_node_attr() [2/2]

ParseLoc location VariableSetStmt::pg_node_attr ( query_jumble_location  )

Field Documentation

◆ args

List* VariableSetStmt::args

Definition at line 2680 of file parsenodes.h.

◆ is_local

bool VariableSetStmt::is_local

Definition at line 2690 of file parsenodes.h.

◆ jumble_args

bool VariableSetStmt::jumble_args

Definition at line 2688 of file parsenodes.h.

Referenced by _jumbleVariableSetStmt().

◆ kind

VariableSetKind VariableSetStmt::kind

Definition at line 2676 of file parsenodes.h.

Referenced by AlterSetting(), AlterSystemSetConfigFile(), and update_proconfig_value().

◆ name

char* VariableSetStmt::name

Definition at line 2678 of file parsenodes.h.

Referenced by AlterSetting(), AlterSystemSetConfigFile(), and update_proconfig_value().


The documentation for this struct was generated from the following file: