Set represents a SET statement.
| 451 | |
| 452 | // Set represents a SET statement. |
| 453 | type Set struct { |
| 454 | Comments Comments |
| 455 | Exprs SetExprs |
| 456 | Scope string |
| 457 | } |
| 458 | |
| 459 | // Set.Scope or Show.Scope |
| 460 | const ( |
nothing calls this directly
no outgoing calls
no test coverage detected