github.com/jackc/pgconn.MultiResultReader.Close (method)
10 uses
github.com/jackc/pgconn (current package)
pgconn.go#L1309: err := mrr.Close()
pgconn.go#L1377: func (mrr *MultiResultReader) Close() error {
github.com/jackc/pgconn/stmtcache
lru.go#L118: return c.conn.Exec(ctx, fmt.Sprintf("deallocate %s", psd.Name)).Close()
lru.go#L154: return c.conn.Exec(ctx, fmt.Sprintf("deallocate %s", psd.Name)).Close()
github.com/jackc/pgx/v4
batch.go#L68: err := br.mrr.Close()
batch.go#L117: rows.err = br.mrr.Close()
batch.go#L167: return br.mrr.Close()
conn.go#L483: err = mrr.Close()
conn.go#L606: err = mrr.Close()
rows.go#L136: closeErr := rows.multiResultReader.Close()
![]() |
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. |