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

Interface ExecerContext

squirrel_ctx.go:17–19  ·  view source on GitHub ↗

ExecerContext is the interface that wraps the ExecContext method. Exec executes the given query as implemented by database/sql.ExecContext.

Source from the content-addressed store, hash-verified

15//
16// Exec executes the given query as implemented by database/sql.ExecContext.
17type ExecerContext interface {
18 ExecContext(ctx context.Context, query string, args ...interface{}) (sql.Result, error)
19}
20
21// QueryerContext is the interface that wraps the QueryContext method.
22//

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…