DatabaseCommunication
Class CreateTables

java.lang.Object
  extended byDatabaseCommunication.CreateTables

public class CreateTables
extends java.lang.Object

Author:
student This class is being used for creating tables in the application database and intitialising the stock table with default stocks.

Constructor Summary
CreateTables()
           
 
Method Summary
static void main(java.lang.String[] args)
          This method is being used for creation of the tables relating to stock trading platform.
 
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 creation of the tables relating to stock trading platform.

Parameters:
args - arguments, not used.
Returns:
void