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

Interface QueryerContext

squirrel_ctx.go:24–26  ·  view source on GitHub ↗

QueryerContext is the interface that wraps the QueryContext method. QueryContext executes the given query as implemented by database/sql.QueryContext.

Source from the content-addressed store, hash-verified

22//
23// QueryContext executes the given query as implemented by database/sql.QueryContext.
24type QueryerContext interface {
25 QueryContext(ctx context.Context, query string, args ...interface{}) (*sql.Rows, error)
26}
27
28// QueryRowerContext is the interface that wraps the QueryRowContext method.
29//

Callers

nothing calls this directly

Implementers 6

insertDatainsert.go
StmtCachestmtcacher.go
deleteDatadelete.go
updateDataupdate.go
DBStubsquirrel_test.go
selectDataselect.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…