Home
last modified time | relevance | path

Searched defs:fakeConn (Results 1 – 2 of 2) sorted by relevance

/prebuilts/go/linux-x86/src/database/sql/
Dfakedb_test.go135 type fakeConn struct { struct
136 db *fakeDB // where to return ourselves to
138 currTx *fakeTx
142 line int64
145 mu sync.Mutex
146 stmtsMade int
147 stmtsClosed int
148 numPrepare int
151 bad bool
152 stickyBad bool
[all …]
Dsql_test.go4102 *fakeConn anonMember