github.com/jackc/pgx/v5/pgconn.Pipeline.SendQueryParams (method)
2 uses
github.com/jackc/pgx/v5/pgconn (current package)
pgconn.go#L2414: func (p *Pipeline) SendQueryParams(sql string, paramValues [][]byte, paramOIDs []uint32, paramFormats, resultFormats []int16) {
github.com/jackc/pgx/v5
conn.go#L1236: pipeline.SendQueryParams(bi.sd.SQL, c.eqb.ParamValues, bi.sd.ParamOIDs, c.eqb.ParamFormats, c.eqb.ResultFormats)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)