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

Struct fakeBaseRunner

statement_test.go:48–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48type fakeBaseRunner struct{}
49
50func (fakeBaseRunner) Exec(query string, args ...interface{}) (sql.Result, error) {
51 return nil, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected