MCPcopy Create free account
hub / github.com/apecloud/myduckserver / GetSessionScope

Method GetSessionScope

pgserver/pgconfig/parameters.go:84–86  ·  view source on GitHub ↗

GetSessionScope implements sql.SystemVariable.

()

Source from the content-addressed store, hash-verified

82
83// GetSessionScope implements sql.SystemVariable.
84func (p *Parameter) GetSessionScope() sql.SystemVariableScope {
85 return GetPgsqlScope(PsqlScopeSession)
86}
87
88// SetDefault implements sql.SystemVariable.
89func (p *Parameter) SetDefault(a any) {

Callers 2

queryPGSettingMethod · 0.80
setPgSessionVarMethod · 0.80

Calls 1

GetPgsqlScopeFunction · 0.85

Tested by

no test coverage detected