MCPcopy
hub / github.com/Masterminds/squirrel / ToSql

Method ToSql

expr.go:393–395  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

391type And conj
392
393func (a And) ToSql() (string, []interface{}, error) {
394 return conj(a).join(" AND ", sqlTrue)
395}
396
397// Or conjunction Sqlizers
398type Or conj

Callers

nothing calls this directly

Calls 2

conjTypeAlias · 0.85
joinMethod · 0.80

Tested by

no test coverage detected