Liferay 6.2-ce-ga5

com.liferay.portal.tools
Class DBUpgrader

java.lang.Object
  extended by com.liferay.portal.tools.DBUpgrader

public class DBUpgrader
extends Object


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

Constructor Detail

DBUpgrader

public DBUpgrader()
Method Detail

main

public static void main(String[] args)

upgrade

public static void upgrade()
                    throws Exception
Throws:
Exception

verify

public static void verify()
                   throws Exception
Throws:
Exception

Liferay 6.2-ce-ga5