Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/database/sql/
Dsql_test.go3376 type concurrentTxQueryTest struct { struct
3377 db *DB
3378 tx *Tx
3381 func (c *concurrentTxQueryTest) init(t testing.TB, db *DB) {
3390 func (c *concurrentTxQueryTest) finish(t testing.TB) {
3398 func (c *concurrentTxQueryTest) test(t testing.TB) error {