Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/database/sql/
Dsql_test.go3345 type concurrentStmtExecTest struct { struct
3346 db *DB
3347 stmt *Stmt
3350 func (c *concurrentStmtExecTest) init(t testing.TB, db *DB) {
3359 func (c *concurrentStmtExecTest) finish(t testing.TB) {
3367 func (c *concurrentStmtExecTest) test(t testing.TB) error {