Package liquibase.diff.output.changelog
Class AbstractChangeGenerator
- java.lang.Object
-
- liquibase.diff.output.changelog.AbstractChangeGenerator
-
- All Implemented Interfaces:
ChangeGenerator
- Direct Known Subclasses:
ChangedColumnChangeGenerator,ChangedForeignKeyChangeGenerator,ChangedIndexChangeGenerator,ChangedPrimaryKeyChangeGenerator,ChangedSequenceChangeGenerator,ChangedTableChangeGenerator,ChangedUniqueConstraintChangeGenerator,ChangedViewChangeGenerator,MissingColumnChangeGenerator,MissingDataChangeGenerator,MissingForeignKeyChangeGenerator,MissingIndexChangeGenerator,MissingPrimaryKeyChangeGenerator,MissingSequenceChangeGenerator,MissingTableChangeGenerator,MissingUniqueConstraintChangeGenerator,MissingViewChangeGenerator,UnexpectedColumnChangeGenerator,UnexpectedForeignKeyChangeGenerator,UnexpectedIndexChangeGenerator,UnexpectedPrimaryKeyChangeGenerator,UnexpectedSequenceChangeGenerator,UnexpectedTableChangeGenerator,UnexpectedUniqueConstraintChangeGenerator,UnexpectedViewChangeGenerator
public abstract class AbstractChangeGenerator extends Object implements ChangeGenerator
-
-
Field Summary
-
Fields inherited from interface liquibase.diff.output.changelog.ChangeGenerator
EMPTY_CHANGE, PRIORITY_ADDITIONAL, PRIORITY_DATABASE, PRIORITY_DEFAULT, PRIORITY_NONE
-
-
Constructor Summary
Constructors Constructor Description AbstractChangeGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Change[]fixOutputAsSchema(Change[] changes, CompareControl.SchemaComparison[] schemaComparisons)Change[]fixSchema(Change[] changes, CompareControl.SchemaComparison[] schemaComparisons)voidsetRespectSchemaAndCatalogCase(boolean respectSchemaAndCatalogCase)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface liquibase.diff.output.changelog.ChangeGenerator
getPriority, runAfterTypes, runBeforeTypes
-
-
-
-
Method Detail
-
fixSchema
public Change[] fixSchema(Change[] changes, CompareControl.SchemaComparison[] schemaComparisons)
- Specified by:
fixSchemain interfaceChangeGenerator
-
fixOutputAsSchema
public Change[] fixOutputAsSchema(Change[] changes, CompareControl.SchemaComparison[] schemaComparisons)
- Specified by:
fixOutputAsSchemain interfaceChangeGenerator
-
setRespectSchemaAndCatalogCase
public void setRespectSchemaAndCatalogCase(boolean respectSchemaAndCatalogCase)
-
-