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

Method Exec

insert.go:28–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

ExecWithFunction · 0.85

Tested by

no test coverage detected