Last update: 2011-06-23

org.proteios.install
Class InitDB

java.lang.Object
  extended by org.proteios.install.InitDB

public class InitDB
extends Object

This class initialises the Proteios database. It is assumed that an empty database with no tables or data already exists, and that the proteios.config file has been properly filled in with connection information. If the update option is used, the database may contain tables and data.

Version:
2.0
Author:
Nicklas
Last modified
$Date: 2009-04-09 08:48:11 +0200 (Thu, 09 Apr 2009) $

Constructor Summary
InitDB()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InitDB

public InitDB()
Method Detail

main

public static void main(String[] args)

Last update: 2011-06-23