MCPcopy
hub / github.com/sqldef/sqldef / Stream

Struct Stream

parser/node.go:354–358  ·  view source on GitHub ↗

Stream represents a SELECT statement.

Source from the content-addressed store, hash-verified

352
353// Stream represents a SELECT statement.
354type Stream struct {
355 Comments Comments
356 SelectExpr SelectExpr
357 Table TableName
358}
359
360// Format formats the node.
361func (node *Stream) Format(buf *nodeBuffer) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected