MCPcopy
hub / github.com/sqldef/sqldef / Union

Struct Union

parser/node.go:280–287  ·  view source on GitHub ↗

Union represents a UNION statement.

Source from the content-addressed store, hash-verified

278
279// Union represents a UNION statement.
280type Union struct {
281 Type string
282 Left, Right SelectStatement
283 OrderBy OrderBy
284 Limit *Limit
285 Lock string
286 With *With
287}
288
289// Union.Type
290const (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected