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

Interface Execer

squirrel.go:32–34  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

30//
31// Exec executes the given query as implemented by database/sql.Exec.
32type Execer interface {
33 Exec(query string, args ...interface{}) (sql.Result, error)
34}
35
36// Queryer is the interface that wraps the Query method.
37//

Callers 8

TestInsertBuilderRunnersFunction · 0.65
ExecMethod · 0.65
ExecMethod · 0.65
TestStatementBuilderFunction · 0.65
TestRunWithBaseRunnerFunction · 0.65
ExecMethod · 0.65

Implementers 7

insertDatainsert.go
StmtCachestmtcacher.go
deleteDatadelete.go
updateDataupdate.go
DBStubsquirrel_test.go
fakeBaseRunnerstatement_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…