MCPcopy Create free account
hub / github.com/araddon/qlbridge / String

Method String

rel/sql.go:1147–1151  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1145 return false
1146}
1147func (m *SqlSelect) String() string {
1148 w := NewSqlDialect()
1149 m.writeDialectDepth(0, w)
1150 return w.String()
1151}
1152func (m *SqlSelect) writeDialectDepth(depth int, w expr.DialectWriter) {
1153
1154 io.WriteString(w, "SELECT ")

Callers

nothing calls this directly

Calls 3

writeDialectDepthMethod · 0.95
NewSqlDialectFunction · 0.85
StringMethod · 0.65

Tested by

no test coverage detected