github.com/jackc/pgx/v5/pgconn.PgConn.StartPipeline (method)
3 uses
github.com/jackc/pgx/v5/pgconn (current package)
pgconn.go#L2356: func (pgConn *PgConn) StartPipeline(ctx context.Context) *Pipeline {
github.com/jackc/pgx/v5
conn.go#L1158: pipeline := c.pgConn.StartPipeline(ctx)
conn.go#L1448: pipeline := c.pgConn.StartPipeline(ctx)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)