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#L2904: func (p *Pipeline) Close() error {
github.com/jackc/pgx/v5
batch.go#L429: err := br.pipeline.Close()
conn.go#L1162: pipeline.Close()
conn.go#L1450: defer pipeline.Close()
conn.go#L1461: err = pipeline.Close()
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)