github.com/jackc/pgx/v4.connRows.closed (field)
9 uses
github.com/jackc/pgx/v4 (current package)
batch.go#L111: return &connRows{err: br.err, closed: true}, br.err
batch.go#L121: rows.closed = true
rows.go#L107: closed bool
rows.go#L121: if rows.closed {
rows.go#L125: rows.closed = true
rows.go#L179: if rows.closed {
rows.go#L233: if rows.closed {
tx.go#L275: return &connRows{closed: true, err: err}, err
tx.go#L394: return &connRows{closed: true, err: err}, err
![]() |
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. |