liquibase.dbtest.oracle
Class OracleIntegrationTest
java.lang.Object
liquibase.dbtest.AbstractIntegrationTest
liquibase.dbtest.oracle.OracleIntegrationTest
public class OracleIntegrationTest
- extends AbstractIntegrationTest
create tablespace liquibase2 datafile 'C:\ORACLEXE\ORADATA\XE\LIQUIBASE2.DBF' SIZE 5M autoextend on next 5M
Methods inherited from class liquibase.dbtest.AbstractIntegrationTest |
clearDatabase, createLiquibase, createProperties, getDatabase, getDatabaseServerHostname, getSchemasToDrop, runUpdateOnOldChangelogTableFormat, setUp, shouldRollBack, tearDown, testAbsolutePathChangeLog, testClearChecksums, testDbDoc, testDiff, testDiffExternalForeignKeys, testEncodingUpdating2SQL, testEncondingUpdatingDatabase, testExecuteExtChangelog, testOutputChangeLog, testRerunDiffChangeLog, testRerunDiffChangeLogAltSchema, testRollbackableChangeLog, testRollbackableChangeLogScriptOnExistingDatabase, testRollbackableChangeLogScriptOnFutureDatabase, testRollbackToChange, testRunChangeLog, testTag, testTagEmptyDatabase, testUnrunChangeSetsEmptyDatabase, testUpdateTwice |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OracleIntegrationTest
public OracleIntegrationTest()
throws Exception
- Throws:
Exception
indexCreatedOnCorrectSchema
public void indexCreatedOnCorrectSchema()
throws Exception
- Throws:
Exception
viewCreatedOnCorrectSchema
public void viewCreatedOnCorrectSchema()
throws Exception
- Throws:
Exception
smartDataLoad
public void smartDataLoad()
throws Exception
- Throws:
Exception
Copyright © 2004-2011 Liquibase.org. All Rights Reserved.