All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----JBMSTours.RunTime
This class executes some statements to show runtime statistics. A variety of selects are used, including basic selects, joins, and order bys.
The class inserts results into a table called runtime that you can examine later at your convenience. It also outputs information. For some queries, only getScanStatistics() text is called. For Other queries, toString() is called, and the entire statement execution plan is displayed
This class has a main() method and can be run from the command-line. Set the property JBMSTours.runtimeVerbose to false when running this program in the tests. For complete instructions on how to run it, see, example instructions.
public ApplicationMode mymode
public RunTime()
public static void main(String args[])
All Packages Class Hierarchy This Package Previous Next Index