All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JBMSTours.GenerateReport

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

public class GenerateReport
extends Object
Look at the source.

This class executes some queries that include aggregate functions. Aggregates are good for generating reports, because they tell you information about maximum, minimum, sum, averages.

This class has a main() method and can be run from the command-line. For complete instructions on how to run it, see the example instructions.


Variable Index

 o mymode

Constructor Index

 o GenerateReport()

Method Index

 o main(String[])

Variables

 o mymode
 public ApplicationMode mymode

Constructors

 o GenerateReport
 public GenerateReport()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index