github.com/jackc/pgx/v4.batchResults.err (field)
15 uses
github.com/jackc/pgx/v4 (current package)
batch.go#L54: err error
batch.go#L61: if br.err != nil {
batch.go#L62: return nil, br.err
batch.go#L110: if br.err != nil {
batch.go#L111: return &connRows{err: br.err, closed: true}, br.err
batch.go#L148: if br.err != nil {
batch.go#L149: return br.err
conn.go#L739: return &batchResults{ctx: ctx, conn: c, err: err}
conn.go#L773: return &batchResults{ctx: ctx, conn: c, err: err}
conn.go#L794: return &batchResults{ctx: ctx, conn: c, err: fmt.Errorf("mismatched param and argument count")}
conn.go#L799: return &batchResults{ctx: ctx, conn: c, err: err}
conn.go#L805: return &batchResults{ctx: ctx, conn: c, err: err}
tx.go#L308: return &batchResults{err: ErrTxClosed}
tx.go#L427: return &batchResults{err: ErrTxClosed}
 |
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. |