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

Method Format

parser/node.go:28–28  ·  view source on GitHub ↗
(buf *nodeBuffer)

Source from the content-addressed store, hash-verified

26// generated by the parser.
27type SQLNode interface {
28 Format(buf *nodeBuffer)
29}
30
31// nodeBuffer extends strings.Builder to format SQLNode easily.

Callers 7

PrintfMethod · 0.65
StringFunction · 0.65
FormatMethod · 0.65
FormatMethod · 0.65
FormatMethod · 0.65
FormatMethod · 0.65
FormatMethod · 0.65

Implementers 15

Unionparser/node.go
Selectparser/node.go
Streamparser/node.go
Insertparser/node.go
Updateparser/node.go
Deleteparser/node.go
Setparser/node.go
Declareparser/node.go
Cursorparser/node.go
BeginEndparser/node.go
Whileparser/node.go
Ifparser/node.go

Calls

no outgoing calls

Tested by

no test coverage detected