MCPcopy Index your code
hub / github.com/Masterminds/squirrel / Query

Method Query

select.go:36–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

QueryWithFunction · 0.85

Tested by

no test coverage detected