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

Method Query

update.go:39–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37}
38
39func (d *updateData) Query() (*sql.Rows, error) {
40 if d.RunWith == nil {
41 return nil, RunnerNotSet
42 }
43 return QueryWith(d.RunWith, d)
44}
45
46func (d *updateData) QueryRow() RowScanner {
47 if d.RunWith == nil {

Callers

nothing calls this directly

Calls 1

QueryWithFunction · 0.85

Tested by

no test coverage detected