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

Method Exec

select.go:29–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27}
28
29func (d *selectData) Exec() (sql.Result, error) {
30 if d.RunWith == nil {
31 return nil, RunnerNotSet
32 }
33 return ExecWith(d.RunWith, d)
34}
35
36func (d *selectData) Query() (*sql.Rows, error) {
37 if d.RunWith == nil {

Callers

nothing calls this directly

Calls 1

ExecWithFunction · 0.85

Tested by

no test coverage detected