|
Home > Online Product Documentation > Table of Contents > Parts of a Query Plan Parts of a Query PlanThe graphic representation of a query plan is a tree structure that provides the details of how DataDirect XQuery will execute the query for which the plan was generated. The query plan tree diagram is read-only, though it does provide navigation and formatting features. You can also print and save the query plan as HTML. In addition to the Plan node, the query plan tree can include Adaptors, Global Variables, and Local Functions nodes. These nodes are described in the following table.
NavigationYou can navigate the tree to check where variables are defined and where they are referenced. For example, you can navigate from one adaptor's definition to its references and vice-versa. To navigate the tree, you can Query Plan ToolbarThe query plan toolbar has buttons that help you navigate the variables defined in your XQuery code. These buttons are described in the following table.
FormattingYou can change the font size used to display query plan text and symbols by right-clicking a tree node and selecting the font size you wish to use. Changes to font size affect the entire query plan, but they are not saved when you save the query plan as HTML. Saving a Query Plan as HTMLYou can save a query plan as an HTML document; you might wish to do this for review or presentation purposes, for example. To save a query plan as HTML:
1. Select
XQuery > Save Plan as HTML from the Stylus Studio menu.
Alternative: Click the Save Plan button on the Plan tab. The Save As dialog box appears.
2. Choose a path and name for the HTML file.
3. Click
Save.
|
XML-DEV Blog
Join the XML Development discussion at XML-Dev - the hottest place to talk about XML technologies, trends, systems architecture and all the latest buzz. Bookmark this RSS and ATOM feed now!
Microsoft .NET XML Tools for System.XML 1.0 and System.XML 2.0
Stylus Studio features integrated XML validation, XSLT transformation and XSLT debugging using the official Microsoft .NET XML processing components: System.XML 1.0 and System.XML 2.0.
Using DTD in Microsoft Applications
Learn how to integrate DTD's into your Microsoft applications using MSXML or System.XML DTD processing components.
Berkeley DB XML and Stylus Studio
Develop XML applications for Berkeley DBXML with Stylus Studio integrated tools support for SleepyCat Software's DBXML. Open, Query and Save XML to and from Berkeley DB XML directly from within the Stylus Studio XML IDE.