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

Method And

internal/sqlbuilder/update.go:165–169  ·  view source on GitHub ↗
(terms ...interface{})

Source from the content-addressed store, hash-verified

163}
164
165func (upd *updater) And(terms ...interface{}) db.Updater {
166 return upd.frame(func(uq *updaterQuery) error {
167 return uq.and(upd.SQL(), terms...)
168 })
169}
170
171func (upd *updater) Prepare() (*sql.Stmt, error) {
172 return upd.PrepareContext(upd.SQL().sess.Context())

Callers

nothing calls this directly

Calls 3

frameMethod · 0.95
SQLMethod · 0.95
andMethod · 0.45

Tested by

no test coverage detected