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

Method Query

insert.go:35–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33}
34
35func (d *insertData) Query() (*sql.Rows, error) {
36 if d.RunWith == nil {
37 return nil, RunnerNotSet
38 }
39 return QueryWith(d.RunWith, d)
40}
41
42func (d *insertData) QueryRow() RowScanner {
43 if d.RunWith == nil {

Callers

nothing calls this directly

Calls 1

QueryWithFunction · 0.85

Tested by

no test coverage detected