Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/database/sql/
Dsql_test.go3489 type concurrentTxStmtExecTest struct { struct
3490 db *DB
3491 tx *Tx
3492 stmt *Stmt
3495 func (c *concurrentTxStmtExecTest) init(t testing.TB, db *DB) {
3508 func (c *concurrentTxStmtExecTest) finish(t testing.TB) {
3520 func (c *concurrentTxStmtExecTest) test(t testing.TB) error {