All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class examples.qry.Queries

java.lang.Object
   |
   +----examples.qry.Queries

public class Queries
extends Object
The Queries class shows how to build some simple queries using the Query package. More complex queries can be built easily by using the appropriate calls to the methods of the Query class as shown in the simple examples described below.


Constructor Index

 o Queries()

Method Index

 o query(int)
Build some sample queries.

Constructors

 o Queries
 public Queries()

Methods

 o query
 public static QueryExp query(int i)
Build some sample queries.


All Packages  Class Hierarchy  This Package  Previous  Next  Index