PostgreSQL Source Code: _variable Struct Reference (original) (raw)
#include <[variables.h](variables%5F8h%5Fsource.html)>
Data Fields | |
---|---|
char * | name |
char * | value |
VariableSubstituteHook | substitute_hook |
VariableAssignHook | assign_hook |
struct _variable * | next |
Detailed Description
Definition at line 62 of file variables.h.
Field Documentation
◆ assign_hook
VariableAssignHook _variable::assign_hook
Definition at line 67 of file variables.h.
Referenced by CreateVariableSpace(), SetVariable(), SetVariableHooks(), and VariableHasHook().
◆ name
char* _variable::name
Definition at line 64 of file variables.h.
Referenced by CreateVariableSpace(), GetVariable(), PrintVariables(), SetVariable(), SetVariableHooks(), and VariableHasHook().
◆ next
struct _variable* _variable::next
Definition at line 68 of file variables.h.
Referenced by CreateVariableSpace(), GetVariable(), PrintVariables(), SetVariable(), SetVariableHooks(), and VariableHasHook().
◆ substitute_hook
VariableSubstituteHook _variable::substitute_hook
Definition at line 66 of file variables.h.
Referenced by CreateVariableSpace(), SetVariable(), SetVariableHooks(), and VariableHasHook().
◆ value
char* _variable::value
Definition at line 65 of file variables.h.
Referenced by CreateVariableSpace(), GetVariable(), PrintVariables(), SetVariable(), and SetVariableHooks().
The documentation for this struct was generated from the following file:
- src/bin/psql/variables.h