github.com/jackc/pgx/v5/pgxpool.Conn.SendBatch (method, view implemented interface methods)

2 uses

	github.com/jackc/pgx/v5/pgxpool (current package)
		conn.go#L98: func (c *Conn) SendBatch(ctx context.Context, b *pgx.Batch) pgx.BatchResults {
		pool.go#L782: 	br := c.SendBatch(ctx, b)