Home
last modified time | relevance | path

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

/prebuilts/go/linux-x86/src/database/sql/
Dsql_test.go3261 type concurrentDBQueryTest struct { struct
3262 db *DB
3265 func (c *concurrentDBQueryTest) init(t testing.TB, db *DB) {
3269 func (c *concurrentDBQueryTest) finish(t testing.TB) {
3273 func (c *concurrentDBQueryTest) test(t testing.TB) error {