github.com/jackc/pgx/v4.dbTx.savepointNum (field)
4 uses
github.com/jackc/pgx/v4 (current package)
tx.go#L170: savepointNum int64
tx.go#L180: tx.savepointNum++
tx.go#L181: _, err := tx.conn.Exec(ctx, "savepoint sp_"+strconv.FormatInt(tx.savepointNum, 10))
tx.go#L186: return &dbSavepoint{tx: tx, savepointNum: tx.savepointNum}, nil
 |
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. |