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