|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MigrationType | |
|---|---|
| com.googlecode.flyway.core.metadatatable | Private API. |
| com.googlecode.flyway.core.migration | SchemaVersion class, the rest is Private API. |
| com.googlecode.flyway.core.migration.init | Private API. |
| com.googlecode.flyway.core.migration.java | Support for Java migrations. |
| com.googlecode.flyway.core.migration.sql | Private API. |
| Uses of MigrationType in com.googlecode.flyway.core.metadatatable |
|---|
| Methods in com.googlecode.flyway.core.metadatatable that return MigrationType | |
|---|---|
MigrationType |
MetaDataTableRow.getMigrationType()
|
| Constructors in com.googlecode.flyway.core.metadatatable with parameters of type MigrationType | |
|---|---|
MetaDataTableRow(SchemaVersion schemaVersion,
java.lang.String description,
MigrationType migrationType,
java.lang.String script,
java.lang.Integer checksum,
java.util.Date installedOn,
java.lang.Integer executionTime,
MigrationState state)
Creates a new MetaDataTableRow. |
|
| Uses of MigrationType in com.googlecode.flyway.core.migration |
|---|
| Methods in com.googlecode.flyway.core.migration that return MigrationType | |
|---|---|
abstract MigrationType |
Migration.getMigrationType()
|
static MigrationType |
MigrationType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static MigrationType[] |
MigrationType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of MigrationType in com.googlecode.flyway.core.migration.init |
|---|
| Methods in com.googlecode.flyway.core.migration.init that return MigrationType | |
|---|---|
MigrationType |
InitMigration.getMigrationType()
|
| Uses of MigrationType in com.googlecode.flyway.core.migration.java |
|---|
| Methods in com.googlecode.flyway.core.migration.java that return MigrationType | |
|---|---|
MigrationType |
JavaMigrationExecutor.getMigrationType()
|
MigrationType |
BaseJavaMigration.getMigrationType()
Deprecated. |
| Uses of MigrationType in com.googlecode.flyway.core.migration.sql |
|---|
| Methods in com.googlecode.flyway.core.migration.sql that return MigrationType | |
|---|---|
MigrationType |
SqlMigration.getMigrationType()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||