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

Method Format

parser/node.go:361–364  ·  view source on GitHub ↗

Format formats the node.

(buf *nodeBuffer)

Source from the content-addressed store, hash-verified

359
360// Format formats the node.
361func (node *Stream) Format(buf *nodeBuffer) {
362 buf.Printf("stream %v%v from %v",
363 node.Comments, node.SelectExpr, node.Table)
364}
365
366// Insert represents an INSERT or REPLACE statement.
367// Per the MySQL docs, http://dev.mysql.com/doc/refman/5.7/en/replace.html

Callers

nothing calls this directly

Calls 1

PrintfMethod · 0.65

Tested by

no test coverage detected