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

Struct DBStub

squirrel_test.go:12–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type DBStub struct {
13 err error
14
15 LastPrepareSql string
16 PrepareCount int
17
18 LastExecSql string
19 LastExecArgs []interface{}
20
21 LastQuerySql string
22 LastQueryArgs []interface{}
23
24 LastQueryRowSql string
25 LastQueryRowArgs []interface{}
26}
27
28var StubError = fmt.Errorf("this is a stub; this is only a stub")
29

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected