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

Method String

rel/sql.go:579–583  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

577 }
578}
579func (m *Columns) String() string {
580 w := expr.NewDefaultWriter()
581 m.WriteDialect(w)
582 return w.String()
583}
584func (m *Columns) FieldNames() []string {
585 names := make([]string, len(*m))
586 for i, col := range *m {

Callers

nothing calls this directly

Calls 3

WriteDialectMethod · 0.95
NewDefaultWriterFunction · 0.92
StringMethod · 0.65

Tested by

no test coverage detected