Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/database/sql/
Dsql_test.go3308 type concurrentStmtQueryTest struct { struct
3309 db *DB
3310 stmt *Stmt
3313 func (c *concurrentStmtQueryTest) init(t testing.TB, db *DB) {
3322 func (c *concurrentStmtQueryTest) finish(t testing.TB) {
3330 func (c *concurrentStmtQueryTest) test(t testing.TB) error {