github.com/jackc/pgx/v4/stdlib.wrapTx.Rollback (method)

one use

	github.com/jackc/pgx/v4/stdlib (current package)
		sql.go#L740: func (wtx wrapTx) Rollback() error { return wtx.tx.Rollback(wtx.ctx) }