Package liquibase.diff.output
Class DiffOutputControl
java.lang.Object
liquibase.diff.output.DiffOutputControl
-
Constructor Summary
ConstructorDescriptionDiffOutputControl
(boolean includeCatalog, boolean includeSchema, boolean includeTablespace, CompareControl.SchemaComparison[] schemaComparisons) -
Method Summary
Modifier and TypeMethodDescriptionaddIncludedSchema
(CatalogAndSchema schema) addIncludedSchema
(Schema schema) boolean
alreadyHandledChanged
(DatabaseObject changedObject, Database accordingTo) boolean
alreadyHandledMissing
(DatabaseObject missingObject, Database accordingTo) boolean
alreadyHandledUnexpected
(DatabaseObject unexpectedObject, Database accordingTo) boolean
boolean
boolean
boolean
void
setAlreadyHandledChanged
(DatabaseObject changedObject) void
setAlreadyHandledMissing
(DatabaseObject missingObject) void
setAlreadyHandledUnexpected
(DatabaseObject unexpectedObject) void
setConsiderCatalogsAsSchemas
(boolean considerCatalogsAsSchemas) setContext
(ContextExpression contextExpression) setDataDir
(String dataDir) setIncludeCatalog
(boolean includeCatalog) setIncludeSchema
(boolean includeSchema) setIncludeTablespace
(boolean includeTablespace) setObjectChangeFilter
(ObjectChangeFilter objectChangeFilter) setObjectQuotingStrategy
(ObjectQuotingStrategy objectQuotingStrategy) void
setRespectSchemaAndCatalogCase
(boolean respectSchemaAndCatalogCase) boolean
shouldOutput
(DatabaseObject object, Database accordingTo) boolean
-
Constructor Details
-
DiffOutputControl
public DiffOutputControl() -
DiffOutputControl
public DiffOutputControl(boolean includeCatalog, boolean includeSchema, boolean includeTablespace, CompareControl.SchemaComparison[] schemaComparisons)
-
-
Method Details
-
getSchemaComparisons
-
getIncludeSchema
public boolean getIncludeSchema() -
setIncludeSchema
-
getIncludeCatalog
public boolean getIncludeCatalog() -
setIncludeCatalog
-
getIncludeTablespace
public boolean getIncludeTablespace() -
setIncludeTablespace
-
setDataDir
-
setAlreadyHandledMissing
-
alreadyHandledMissing
-
setAlreadyHandledUnexpected
-
alreadyHandledUnexpected
-
setAlreadyHandledChanged
-
alreadyHandledChanged
-
addIncludedSchema
-
addIncludedSchema
-
shouldOutput
-
getObjectChangeFilter
-
setObjectChangeFilter
-
getContext
-
setContext
-
getLabels
-
setLabels
-
getObjectQuotingStrategy
-
setObjectQuotingStrategy
-
shouldRespectSchemaAndCatalogCase
public boolean shouldRespectSchemaAndCatalogCase() -
setRespectSchemaAndCatalogCase
public void setRespectSchemaAndCatalogCase(boolean respectSchemaAndCatalogCase) -
considerCatalogsAsSchemas
public boolean considerCatalogsAsSchemas() -
setConsiderCatalogsAsSchemas
public void setConsiderCatalogsAsSchemas(boolean considerCatalogsAsSchemas)
-