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.h2   
com.google.code.flyway.core.hsql   
com.google.code.flyway.core.java   
com.google.code.flyway.core.mysql   
com.google.code.flyway.core.oracle   
com.google.code.flyway.core.sql   
 

Classes in com.google.code.flyway.core used by com.google.code.flyway.core
DbSupport
          Abstraction for database-specific functionality.
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.
SqlScript
          Sql script containing a series of statements terminated by semi-columns (;).
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.h2
DbSupport
          Abstraction for database-specific functionality.
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.hsql
DbSupport
          Abstraction for database-specific functionality.
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.mysql
DbSupport
          Abstraction for database-specific functionality.
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.oracle
DbSupport
          Abstraction for database-specific functionality.
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.sql
BaseMigration
          Base migration for migrations that use the standard Flyway version + description embedding in their name.
DbSupport
          Abstraction for database-specific functionality.
Migration
          A migration of a single version of the schema.
MigrationResolver
          Facility for resolving available migrations.
 



Copyright © 2010. All Rights Reserved.