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

Method Exec

update.go:32–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30}
31
32func (d *updateData) Exec() (sql.Result, error) {
33 if d.RunWith == nil {
34 return nil, RunnerNotSet
35 }
36 return ExecWith(d.RunWith, d)
37}
38
39func (d *updateData) Query() (*sql.Rows, error) {
40 if d.RunWith == nil {

Callers

nothing calls this directly

Calls 1

ExecWithFunction · 0.85

Tested by

no test coverage detected