Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/database/sql/
Dsql_test.go3443 type concurrentTxStmtQueryTest struct { struct
3444 db *DB
3445 tx *Tx
3446 stmt *Stmt
3449 func (c *concurrentTxStmtQueryTest) init(t testing.TB, db *DB) {
3462 func (c *concurrentTxStmtQueryTest) finish(t testing.TB) {
3474 func (c *concurrentTxStmtQueryTest) test(t testing.TB) error {