github.com/jackc/pgx/v5.Tx.SendBatch (method)

3 uses

	github.com/jackc/pgx/v5 (current package)
		tx.go#L140: 	SendBatch(ctx context.Context, b *Batch) BatchResults
		tx.go#L377: 	return sp.tx.SendBatch(ctx, b)

	github.com/jackc/pgx/v5/pgxpool
		tx.go#L51: 	return tx.t.SendBatch(ctx, b)