public abstract class AbstractChangeGenerator extends Object implements ChangeGenerator
EMPTY_CHANGE, PRIORITY_ADDITIONAL, PRIORITY_DATABASE, PRIORITY_DEFAULT, PRIORITY_NONE
Constructor and Description |
---|
AbstractChangeGenerator() |
Modifier and Type | Method and Description |
---|---|
Change[] |
fixOutputAsSchema(Change[] changes,
CompareControl.SchemaComparison[] schemaComparisons) |
Change[] |
fixSchema(Change[] changes,
CompareControl.SchemaComparison[] schemaComparisons) |
void |
setRespectSchemaAndCatalogCase(boolean respectSchemaAndCatalogCase) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPriority, runAfterTypes, runBeforeTypes
public Change[] fixSchema(Change[] changes, CompareControl.SchemaComparison[] schemaComparisons)
fixSchema
in interface ChangeGenerator
public Change[] fixOutputAsSchema(Change[] changes, CompareControl.SchemaComparison[] schemaComparisons)
fixOutputAsSchema
in interface ChangeGenerator
public void setRespectSchemaAndCatalogCase(boolean respectSchemaAndCatalogCase)
Copyright © 2023 Liquibase.org. All rights reserved.