DatabaseCommunication
Class CreateTables

java.lang.Object
  extended byDatabaseCommunication.CreateTables

public class CreateTables
extends java.lang.Object

Author:
student This main class is being used for the creation of the application Database * with the default initial set of coffees in the coffee table.

Constructor Summary
CreateTables()
           
 
Method Summary
static void main(java.lang.String[] args)
          This method is being used for the generation of the tables.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateTables

public CreateTables()
Method Detail

main

public static void main(java.lang.String[] args)
This method is being used for the generation of the tables.

Parameters:
args -
Returns:
void