All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JBMSTours.RunTime

java.lang.Object
   |
   +----JBMSTours.RunTime

public class RunTime
extends Object
Look at the Source.

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.


Variable Index

 o mymode
To manage server and embedded connection use.

Constructor Index

 o RunTime()

Method Index

 o main(String[])

Variables

 o mymode
 public ApplicationMode mymode
To manage server and embedded connection use.

Constructors

 o RunTime
 public RunTime()

Methods

 o main
 public static void main(String args[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index