MCPcopy Create free account
hub / github.com/auxten/postgresql-parser / String

Method String

pkg/sql/parser/parse.go:65–67  ·  view source on GitHub ↗

String returns the AST formatted as a string.

()

Source from the content-addressed store, hash-verified

63
64// String returns the AST formatted as a string.
65func (stmts Statements) String() string {
66 return stmts.StringWithFlags(tree.FmtSimple)
67}
68
69// StringWithFlags returns the AST formatted as a string (with the given flags).
70func (stmts Statements) StringWithFlags(flags tree.FmtFlags) string {

Callers

nothing calls this directly

Calls 1

StringWithFlagsMethod · 0.95

Tested by

no test coverage detected