allensoft.bug.server
Class InitDatabase

java.lang.Object
  |
  +--allensoft.bug.server.InitDatabase

public class InitDatabase
extends java.lang.Object

Creates the tables required for storing bugs and crashes in a database as used by the DatabaseBugServer.


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

Constructor Detail

InitDatabase

public InitDatabase()
Method Detail

main

public static void main(java.lang.String[] args)