Uses of Package
com.google.code.flyway.core

Packages that use com.google.code.flyway.core
com.google.code.flyway.core   
com.google.code.flyway.core.dbsupport   
com.google.code.flyway.core.dbsupport.h2   
com.google.code.flyway.core.dbsupport.hsql   
com.google.code.flyway.core.dbsupport.mysql   
com.google.code.flyway.core.dbsupport.oracle   
com.google.code.flyway.core.java   
com.google.code.flyway.core.sql   
 

Classes in com.google.code.flyway.core used by com.google.code.flyway.core
MetaDataTable
          Supports reading and writing to the metadata table.
Migration
          A migration of a single version of the schema.
MigrationResolver
          Facility for resolving available migrations.
MigrationState
          The state of a migration.
SchemaVersion
          A version of a database schema.
SqlStatement
          A sql statement from a script that can be executed at once against a database.
 

Classes in com.google.code.flyway.core used by com.google.code.flyway.core.dbsupport
SqlScript
          Sql script containing a series of statements terminated by semi-columns (;).
 

Classes in com.google.code.flyway.core used by com.google.code.flyway.core.dbsupport.h2
SqlScript
          Sql script containing a series of statements terminated by semi-columns (;).
 

Classes in com.google.code.flyway.core used by com.google.code.flyway.core.dbsupport.hsql
SqlScript
          Sql script containing a series of statements terminated by semi-columns (;).
 

Classes in com.google.code.flyway.core used by com.google.code.flyway.core.dbsupport.mysql
SqlScript
          Sql script containing a series of statements terminated by semi-columns (;).
 

Classes in com.google.code.flyway.core used by com.google.code.flyway.core.dbsupport.oracle
SqlScript
          Sql script containing a series of statements terminated by semi-columns (;).
 

Classes in com.google.code.flyway.core used by com.google.code.flyway.core.java
BaseMigration
          Base migration for migrations that use the standard Flyway version + description embedding in their name.
Migration
          A migration of a single version of the schema.
MigrationResolver
          Facility for resolving available migrations.
 

Classes in com.google.code.flyway.core used by com.google.code.flyway.core.sql
BaseMigration
          Base migration for migrations that use the standard Flyway version + description embedding in their name.
Migration
          A migration of a single version of the schema.
MigrationResolver
          Facility for resolving available migrations.
 



Copyright © 2010. All Rights Reserved.