MCPcopy
hub / github.com/sqldef/sqldef / Subquery

Struct Subquery

parser/node.go:2350–2352  ·  view source on GitHub ↗

Subquery represents a subquery.

Source from the content-addressed store, hash-verified

2348
2349// Subquery represents a subquery.
2350type Subquery struct {
2351 Select SelectStatement
2352}
2353
2354// Format formats the node.
2355func (node *Subquery) Format(buf *nodeBuffer) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected