Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/database/sql/
Dsql_test.go3412 type concurrentTxExecTest struct { struct
3413 db *DB
3414 tx *Tx
3417 func (c *concurrentTxExecTest) init(t testing.TB, db *DB) {
3426 func (c *concurrentTxExecTest) finish(t testing.TB) {
3434 func (c *concurrentTxExecTest) test(t testing.TB) error {