github.com/jackc/pgx/v5/pgconn.Pipeline.SendPrepare (method)

2 uses

	github.com/jackc/pgx/v5/pgconn (current package)
		pgconn.go#L2393: func (p *Pipeline) SendPrepare(name, sql string, paramOIDs []uint32) {

	github.com/jackc/pgx/v5
		conn.go#L1169: 				pipeline.SendPrepare(sd.Name, sd.SQL, nil)