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

Method String

rel/sql.go:1889–1893  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1887 }
1888}
1889func (m *SqlUpdate) String() string {
1890 w := expr.NewDefaultWriter()
1891 m.WriteDialect(w)
1892 return w.String()
1893}
1894func (m *SqlUpdate) SqlSelect() *SqlSelect { return sqlSelectFromWhere(m.Table, m.Where) }
1895
1896func sqlSelectFromWhere(from string, where *SqlWhere) *SqlSelect {

Callers

nothing calls this directly

Calls 3

WriteDialectMethod · 0.95
NewDefaultWriterFunction · 0.92
StringMethod · 0.65

Tested by

no test coverage detected