MCPcopy
hub / github.com/sqldef/sqldef / Set

Struct Set

parser/node.go:453–457  ·  view source on GitHub ↗

Set represents a SET statement.

Source from the content-addressed store, hash-verified

451
452// Set represents a SET statement.
453type Set struct {
454 Comments Comments
455 Exprs SetExprs
456 Scope string
457}
458
459// Set.Scope or Show.Scope
460const (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected