Download flyway-core-0.9.4.jar
flyway/flyway-core-0.9.4.jar.zip( 84 k)
The download jar file contains the following class files or Java source files.
META-INF/MANIFEST.MF META-INF/maven/com.googlecode.flyway/flyway-core/pom.properties META-INF/maven/com.googlecode.flyway/flyway-core/pom.xml com.googlecode.flyway.core.Flyway.class com.googlecode.flyway.core.clean.DbCleaner.class com.googlecode.flyway.core.dbsupport.DbSupport.class com.googlecode.flyway.core.dbsupport.DbSupportFactory.class com.googlecode.flyway.core.dbsupport.h2.H2DbSupport.class com.googlecode.flyway.core.dbsupport.hsql.HsqlDbSupport.class com.googlecode.flyway.core.dbsupport.mysql.MySQLDbSupport.class com.googlecode.flyway.core.dbsupport.mysql.MySQLSqlScript.class com.googlecode.flyway.core.dbsupport.oracle.OracleDbSupport.class com.googlecode.flyway.core.dbsupport.oracle.OracleSqlScript.class com.googlecode.flyway.core.dbsupport.postgresql.PostgreSQLDbSupport.class com.googlecode.flyway.core.dbsupport.postgresql.PostgreSQLSqlScript.class com.googlecode.flyway.core.metadatatable.MetaDataTable.class com.googlecode.flyway.core.metadatatable.MetaDataTable085Upgrader.class com.googlecode.flyway.core.metadatatable.MetaDataTableRow.class com.googlecode.flyway.core.migration.BaseMigration.class com.googlecode.flyway.core.migration.DbMigrator.class com.googlecode.flyway.core.migration.Migration.class com.googlecode.flyway.core.migration.MigrationResolver.class com.googlecode.flyway.core.migration.MigrationState.class com.googlecode.flyway.core.migration.MigrationType.class com.googlecode.flyway.core.migration.SchemaVersion.class com.googlecode.flyway.core.migration.init.InitMigration.class com.googlecode.flyway.core.migration.java.BaseJavaMigration.class com.googlecode.flyway.core.migration.java.JavaMigrationResolver.class com.googlecode.flyway.core.migration.sql.PlaceholderReplacer.class com.googlecode.flyway.core.migration.sql.SqlMigration.class com.googlecode.flyway.core.migration.sql.SqlMigrationResolver.class com.googlecode.flyway.core.migration.sql.SqlScript.class com.googlecode.flyway.core.migration.sql.SqlStatement.class com.googlecode.flyway.core.util.ExceptionUtils.class com.googlecode.flyway.core.util.ResourceUtils.class com.googlecode.flyway.core.util.StringUtils.class com.googlecode.flyway.core.util.TimeFormat.class com.googlecode.flyway.core.validation.DbValidator.class com.googlecode.flyway.core.validation.ValidationErrorMode.class com.googlecode.flyway.core.validation.ValidationMode.class com/googlecode/flyway/core/dbsupport/h2/createMetaDataTable.sql com/googlecode/flyway/core/dbsupport/h2/upgradeMetaDataTable085Columns.sql com/googlecode/flyway/core/dbsupport/h2/upgradeMetaDataTable085Constraints.sql com/googlecode/flyway/core/dbsupport/hsql/createMetaDataTable.sql com/googlecode/flyway/core/dbsupport/hsql/upgradeMetaDataTable085Columns.sql com/googlecode/flyway/core/dbsupport/hsql/upgradeMetaDataTable085Constraints.sql com/googlecode/flyway/core/dbsupport/mysql/createMetaDataTable.sql com/googlecode/flyway/core/dbsupport/mysql/upgradeMetaDataTable085Columns.sql com/googlecode/flyway/core/dbsupport/mysql/upgradeMetaDataTable085Constraints.sql com/googlecode/flyway/core/dbsupport/oracle/createMetaDataTable.sql com/googlecode/flyway/core/dbsupport/oracle/upgradeMetaDataTable085Columns.sql com/googlecode/flyway/core/dbsupport/oracle/upgradeMetaDataTable085Constraints.sql com/googlecode/flyway/core/dbsupport/postgresql/createMetaDataTable.sql