MCPcopy Index your code
hub / github.com/upper/db / And

Method And

internal/sqlbuilder/select.go:205–209  ·  view source on GitHub ↗
(terms ...interface{})

Source from the content-addressed store, hash-verified

203}
204
205func (sel *selector) And(terms ...interface{}) db.Selector {
206 return sel.frame(func(sq *selectorQuery) error {
207 return sq.and(sel.SQL(), terms...)
208 })
209}
210
211func (sel *selector) Amend(fn func(string) string) db.Selector {
212 return sel.frame(func(sq *selectorQuery) error {

Callers

nothing calls this directly

Calls 3

frameMethod · 0.95
SQLMethod · 0.95
andMethod · 0.45

Tested by

no test coverage detected