org.ow2.bonita.util
Class DbTool

java.lang.Object
  extended by org.ow2.bonita.util.DbTool

public final class DbTool
extends java.lang.Object

Author:
Guillaume Porcher Helper class to initialize DB tables from the environment.

Method Summary
static void dropDb()
           
static void main(java.lang.String[] args)
           
static void recreateDb()
          Export DB schema to the database defined in the environment.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

recreateDb

public static void recreateDb()
Export DB schema to the database defined in the environment.


dropDb

public static void dropDb()

main

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


Copyright © 2008 OW2 Consortium. All Rights Reserved.