github.com/jackc/pgx/v4.Conn.SendBatch (method)

2 uses

	github.com/jackc/pgx/v4 (current package)
		conn.go#L729: func (c *Conn) SendBatch(ctx context.Context, b *Batch) BatchResults {
		tx.go#L311: 	return tx.conn.SendBatch(ctx, b)