github.com/jackc/pgx/v4.batchResults.mrr (field)
10 uses
github.com/jackc/pgx/v4 (current package)
batch.go#L53: mrr *pgconn.MultiResultReader
batch.go#L67: if !br.mrr.NextResult() {
batch.go#L68: err := br.mrr.Close()
batch.go#L82: commandTag, err := br.mrr.ResultReader().Close()
batch.go#L116: if !br.mrr.NextResult() {
batch.go#L117: rows.err = br.mrr.Close()
batch.go#L134: rows.resultReader = br.mrr.ResultReader()
batch.go#L167: return br.mrr.Close()
conn.go#L747: mrr: mrr,
conn.go#L825: mrr: mrr,
![]() |
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. |