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

Method String

rel/sql.go:1329–1333  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1327 return right
1328}
1329func (m *SqlSource) String() string {
1330 w := expr.NewDefaultWriter()
1331 m.WriteDialect(w)
1332 return w.String()
1333}
1334func (m *SqlSource) WriteDialect(w expr.DialectWriter) {
1335 m.writeDialectDepth(0, w)
1336}

Callers

nothing calls this directly

Calls 3

WriteDialectMethod · 0.95
NewDefaultWriterFunction · 0.92
StringMethod · 0.65

Tested by

no test coverage detected