MCPcopy Create free account
hub / github.com/upper/db / Exec

Method Exec

internal/sqlbuilder/update.go:183–185  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

181}
182
183func (upd *updater) Exec() (sql.Result, error) {
184 return upd.ExecContext(upd.SQL().sess.Context())
185}
186
187func (upd *updater) ExecContext(ctx context.Context) (sql.Result, error) {
188 uq, err := upd.build()

Callers

nothing calls this directly

Calls 3

ExecContextMethod · 0.95
SQLMethod · 0.95
ContextMethod · 0.65

Tested by

no test coverage detected