github.com/jackc/pgx/v5/pgconn.Pipeline.Close (method, view implemented interface methods)
5 uses
github.com/jackc/pgx/v5/pgconn (current package)
pgconn.go#L2834: func (p *Pipeline) Close() error {
github.com/jackc/pgx/v5
batch.go#L428: err := br.pipeline.Close()
conn.go#L1161: pipeline.Close()
conn.go#L1449: defer pipeline.Close()
conn.go#L1460: err = pipeline.Close()
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)