Building Parsers with Java

sjm.examples.engine
Class ShowJoin

java.lang.Object
  |
  +--sjm.examples.engine.ShowJoin

public class ShowJoin
extends java.lang.Object

Show a relational join in a coffee database.


Constructor Summary
ShowJoin()
           
 
Method Summary
static Program coffee()
          Return a small database of coffee types.
static Program customer()
          Return a small database of coffee customers.
static void main(java.lang.String[] args)
          Show a relational join in a coffee database.
static Program order()
          Return a small database of coffee orders.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowJoin

public ShowJoin()
Method Detail

coffee

public static Program coffee()
Return a small database of coffee types.
Returns:
a small database of coffee types.

customer

public static Program customer()
Return a small database of coffee customers.
Returns:
a small database of coffee customers.

main

public static void main(java.lang.String[] args)
Show a relational join in a coffee database.

order

public static Program order()
Return a small database of coffee orders.
Returns:
a small database of coffee orders.

by Steve Metsker