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

Method Exec

delete.go:24–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22}
23
24func (d *deleteData) Exec() (sql.Result, error) {
25 if d.RunWith == nil {
26 return nil, RunnerNotSet
27 }
28 return ExecWith(d.RunWith, d)
29}
30
31func (d *deleteData) ToSql() (sqlStr string, args []interface{}, err error) {
32 if len(d.From) == 0 {

Callers

nothing calls this directly

Calls 1

ExecWithFunction · 0.85

Tested by

no test coverage detected