Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
This class implements a simple command line shell for executing queries against DeepSee cubes and viewing the results.
|
|
|
Simple command line shell for testing queries.
The shell will prompt for an MDX query, execute it and display its results to the console. Enter "q" and press Enter to exit the Shell.
Write out members of the cube's dimension list.
Read a series of MDX queries from file pQueryFile, execute them and write the results to file pResultFile.
A query consists of all text up to a line containing the command "go".
If pResultFile is not supplied, write results to the console.
If pShowStats is false, do not write query statistics.