database/sql.Tx.Rollback (method)
7 uses
database/sql (current package)
sql.go#L2216: func (tx *Tx) Rollback() error {
github.com/golang-migrate/migrate/v4/database/postgres
postgres.go#L258: if errRollback := tx.Rollback(); errRollback != nil {
postgres.go#L267: if errRollback := tx.Rollback(); errRollback != nil {
github.com/jackc/pgx/v4/stdlib
sql.go#L759: tx.Rollback()
sql.go#L791: return tx.Rollback()
golang.org/x/pkgsite/internal/database
database.go#L253: tx.Rollback()
database.go#L256: tx.Rollback()
![]() |
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. |