org.rhq.helpers.perftest.support.dbsetup
Class DbSetup
java.lang.Object
org.rhq.helpers.perftest.support.dbsetup.DbSetup
public class DbSetup
- extends Object
This class is a utility wrapper around the actual DBSetup and DBUpgrader classes defined in the
rhq-core-dbutils module.
- Author:
- Lukas Krejci
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DbSetup
public DbSetup(Connection connection)
throws Exception
- Throws:
Exception
setup
public void setup(String targetVersion)
throws Exception
- Throws:
Exception
upgrade
public void upgrade(String targetVersion)
throws Exception
- Throws:
Exception
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.