database/sql.TxOptions.Isolation (field)
7 uses
database/sql (current package)
ctxutil.go#L101: dopts.Isolation = driver.IsolationLevel(opts.Isolation)
ctxutil.go#L110: if opts.Isolation != LevelDefault {
sql.go#L166: Isolation IsolationLevel
golang.org/x/pkgsite/internal/database
database.go#L74: return db.tx != nil && isRetryable(db.opts.Isolation)
database.go#L177: opts := &sql.TxOptions{Isolation: iso}
logging.go#L128: log.Debugf(ctx, "%s transaction (isolation %s) started", uid, db.opts.Isolation)
logging.go#L132: uid, db.opts.Isolation, time.Since(start), *errp)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |