MCPcopy Create free account
hub / github.com/auula/gsql / String

Method String

selector.go:302–309  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

300}
301
302func (q *Query) String() string {
303 err, s := q.Build()
304 if err != nil {
305
306 return ""
307 }
308 return s
309}
310
311func As(column string, asName string) string {
312 return fmt.Sprintf("%s AS '%s'", column, asName)

Callers

nothing calls this directly

Calls 1

BuildMethod · 0.95

Tested by

no test coverage detected