Show Query Schemata

Displays the source of the specified Query schema(ta).
All Query schemata with a name that exactly or partly matches the argument <Query Schema> will be handled by this command unless the option [exact match] is set, then only the Query schema with a name that exactly matches the argument <Query Schema> will be handled.
Arguments:

Schema:

Specify the name of the schema to which the Query schema applies. Express schema names are case insensitive.
When activating the Select button, the name of all Express schemata that exists as dictionary models in the database will be displayed in the related selection list.

Query Schema:

Specify the name of the Query schema(ta) to display. Query schema names are case insensitive.
When activating the Select button, the name of all Query schemata that exists for the EXPRESS schema specified in the <Schema> argument will be displayed in the related selection list.

Output file:

Specify the name of a file that will receive a copy of the Query schema(ta) optionally with line sequence number added to the beginning of each line.
When activating the Select button, a window is opened to allow browsing the directory structure and select/specify the desired file.

Options:

accumulating command output:

A global option that appends the command output to the EDMsupervisor output window. Otherwise the output window is refreshed and only the last command output is displayed.

exact match:

A global option that specifies that only the Query schema with a name that exactly matches the arguments <Schema> and <Query Schema> will be displayed

match selected input:

A global option that specifies that only items that partly or exactly matches the string in the related argument input field when activating a Select button, will be in the selection list. An empty (blank) string will match all items.
This option has no effect on file name arguments.

make line numbers:

Specifies that a line sequence number should be written on the beginning of each line when the actual query schema(ta) are displayed in textual format.

make log line numbers:

When a Query is executed, a log from the EDMexpressVM can optionally be produced. The line numbers of the Query schema will be logged with an offset, which is the actual number of lines in the underlying Express schema. Select this option to make line numbers for the query schema, that correspond to those on the log file.
This option should also be enabled when using the output from this command during debugging of the actual queries using the EDMdebugger.