public class UnexpectedIndexChangeGenerator
extends liquibase.diff.output.changelog.core.UnexpectedIndexChangeGenerator
| Constructor and Description |
|---|
UnexpectedIndexChangeGenerator() |
| Modifier and Type | Method and Description |
|---|---|
liquibase.change.Change[] |
fixUnexpected(liquibase.structure.DatabaseObject unexpectedObject,
liquibase.diff.output.DiffOutputControl control,
liquibase.database.Database referenceDatabase,
liquibase.database.Database comparisonDatabase,
liquibase.diff.output.changelog.ChangeGeneratorChain chain) |
int |
getPriority(Class<? extends liquibase.structure.DatabaseObject> objectType,
liquibase.database.Database database) |
runAfterTypes, runBeforeTypesfixOutputAsSchema, fixSchema, setRespectSchemaAndCatalogCasepublic int getPriority(Class<? extends liquibase.structure.DatabaseObject> objectType, liquibase.database.Database database)
getPriority in interface liquibase.diff.output.changelog.ChangeGeneratorgetPriority in class liquibase.diff.output.changelog.core.UnexpectedIndexChangeGeneratorpublic liquibase.change.Change[] fixUnexpected(liquibase.structure.DatabaseObject unexpectedObject,
liquibase.diff.output.DiffOutputControl control,
liquibase.database.Database referenceDatabase,
liquibase.database.Database comparisonDatabase,
liquibase.diff.output.changelog.ChangeGeneratorChain chain)
fixUnexpected in interface liquibase.diff.output.changelog.UnexpectedObjectChangeGeneratorfixUnexpected in class liquibase.diff.output.changelog.core.UnexpectedIndexChangeGeneratorCopyright © 2020 Liquibase.org. All rights reserved.