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

Method WriteDialect

rel/sql.go:1712–1712  ·  view source on GitHub ↗
(w expr.DialectWriter)

Source from the content-addressed store, hash-verified

1710 u.Errorf("unrecognized SqlWhere statement? %#v", m)
1711}
1712func (m *SqlWhere) WriteDialect(w expr.DialectWriter) { m.writeDialectDepth(0, w) }
1713func (m *SqlWhere) String() string {
1714 w := expr.NewDefaultWriter()
1715 m.WriteDialect(w)

Callers 1

StringMethod · 0.95

Calls 1

writeDialectDepthMethod · 0.95

Tested by

no test coverage detected