MCPcopy
hub / github.com/sqldef/sqldef / Format

Method Format

parser/node.go:275–277  ·  view source on GitHub ↗

Format formats the node.

(buf *nodeBuffer)

Source from the content-addressed store, hash-verified

273
274// Format formats the node.
275func (node *ParenSelect) Format(buf *nodeBuffer) {
276 buf.Printf("(%v)", node.Select)
277}
278
279// Union represents a UNION statement.
280type Union struct {

Callers

nothing calls this directly

Calls 1

PrintfMethod · 0.65

Tested by

no test coverage detected