Uses of Class
liquibase.diff.output.DiffOutputControl
-
-
Uses of DiffOutputControl in liquibase.command.core
Methods in liquibase.command.core that return DiffOutputControl Modifier and Type Method Description DiffOutputControlDiffToChangeLogCommand. getDiffOutputControl()Deprecated.Methods in liquibase.command.core with parameters of type DiffOutputControl Modifier and Type Method Description protected DiffToChangeLogDiffChangelogCommandStep. createDiffToChangeLogObject(DiffResult diffResult, DiffOutputControl diffOutputControl, boolean skipObjectSorting)DiffToChangeLogCommandDiffToChangeLogCommand. setDiffOutputControl(DiffOutputControl diffOutputControl)Deprecated. -
Uses of DiffOutputControl in liquibase.command.core.helpers
Fields in liquibase.command.core.helpers with type parameters of type DiffOutputControl Modifier and Type Field Description static CommandResultDefinition<DiffOutputControl>DiffOutputControlCommandStep. DIFF_OUTPUT_CONTROL -
Uses of DiffOutputControl in liquibase.diff.output
Methods in liquibase.diff.output that return DiffOutputControl Modifier and Type Method Description DiffOutputControlDiffOutputControl. addIncludedSchema(CatalogAndSchema schema)DiffOutputControlDiffOutputControl. addIncludedSchema(Schema schema)DiffOutputControlDiffOutputControl. setContext(ContextExpression contextExpression)DiffOutputControlDiffOutputControl. setDataDir(String dataDir)DiffOutputControlDiffOutputControl. setIncludeCatalog(boolean includeCatalog)DiffOutputControlDiffOutputControl. setIncludeSchema(boolean includeSchema)DiffOutputControlDiffOutputControl. setIncludeTablespace(boolean includeTablespace)DiffOutputControlDiffOutputControl. setLabels(Labels labels)DiffOutputControlDiffOutputControl. setObjectChangeFilter(ObjectChangeFilter objectChangeFilter)DiffOutputControlDiffOutputControl. setObjectQuotingStrategy(ObjectQuotingStrategy objectQuotingStrategy) -
Uses of DiffOutputControl in liquibase.diff.output.changelog
Methods in liquibase.diff.output.changelog with parameters of type DiffOutputControl Modifier and Type Method Description Change[]ChangedObjectChangeGenerator. fixChanged(DatabaseObject changedObject, ObjectDifferences differences, DiffOutputControl control, Database referenceDatabase, Database comparisonDatabase, ChangeGeneratorChain chain)Change[]ChangeGeneratorChain. fixChanged(DatabaseObject changedObject, ObjectDifferences differences, DiffOutputControl control, Database referenceDatabase, Database comparisionDatabase)Change[]ChangeGeneratorFactory. fixChanged(DatabaseObject changedObject, ObjectDifferences differences, DiffOutputControl control, Database referenceDatabase, Database comparisionDatabase)Change[]ChangeGeneratorChain. fixMissing(DatabaseObject missingObject, DiffOutputControl control, Database referenceDatabase, Database comparisionDatabase)Change[]ChangeGeneratorFactory. fixMissing(DatabaseObject missingObject, DiffOutputControl control, Database referenceDatabase, Database comparisionDatabase)Change[]MissingObjectChangeGenerator. fixMissing(DatabaseObject missingObject, DiffOutputControl control, Database referenceDatabase, Database comparisonDatabase, ChangeGeneratorChain chain)Change[]ChangeGeneratorChain. fixUnexpected(DatabaseObject unexpectedObject, DiffOutputControl control, Database referenceDatabase, Database comparisionDatabase)Change[]ChangeGeneratorFactory. fixUnexpected(DatabaseObject unexpectedObject, DiffOutputControl control, Database referenceDatabase, Database comparisionDatabase)Change[]UnexpectedObjectChangeGenerator. fixUnexpected(DatabaseObject unexpectedObject, DiffOutputControl control, Database referenceDatabase, Database comparisonDatabase, ChangeGeneratorChain chain)Constructors in liquibase.diff.output.changelog with parameters of type DiffOutputControl Constructor Description DiffToChangeLog(DiffResult diffResult, DiffOutputControl diffOutputControl)DiffToChangeLog(DiffResult diffResult, DiffOutputControl diffOutputControl, boolean skipObjectSorting)Creates a new DiffToChangeLog with the given DiffResult and default DiffOutputControlDiffToChangeLog(DiffOutputControl diffOutputControl) -
Uses of DiffOutputControl in liquibase.diff.output.changelog.core
Methods in liquibase.diff.output.changelog.core with parameters of type DiffOutputControl Modifier and Type Method Description protected AlterSequenceChangeChangedSequenceChangeGenerator. createAlterSequenceChange(Sequence sequence, DiffOutputControl control)Change[]ChangedColumnChangeGenerator. fixChanged(DatabaseObject changedObject, ObjectDifferences differences, DiffOutputControl control, Database referenceDatabase, Database comparisonDatabase, ChangeGeneratorChain chain)Change[]ChangedForeignKeyChangeGenerator. fixChanged(DatabaseObject changedObject, ObjectDifferences differences, DiffOutputControl control, Database referenceDatabase, Database comparisonDatabase, ChangeGeneratorChain chain)Change[]ChangedIndexChangeGenerator. fixChanged(DatabaseObject changedObject, ObjectDifferences differences, DiffOutputControl control, Database referenceDatabase, Database comparisonDatabase, ChangeGeneratorChain chain)Change[]ChangedPrimaryKeyChangeGenerator. fixChanged(DatabaseObject changedObject, ObjectDifferences differences, DiffOutputControl control, Database referenceDatabase, Database comparisonDatabase, ChangeGeneratorChain chain)Change[]ChangedSequenceChangeGenerator. fixChanged(DatabaseObject changedObject, ObjectDifferences differences, DiffOutputControl control, Database referenceDatabase, Database comparisonDatabase, ChangeGeneratorChain chain)Change[]ChangedSequenceChangeGeneratorSnowflake. fixChanged(DatabaseObject changedObject, ObjectDifferences differences, DiffOutputControl control, Database referenceDatabase, Database comparisonDatabase, ChangeGeneratorChain chain)Change[]ChangedTableChangeGenerator. fixChanged(DatabaseObject changedObject, ObjectDifferences differences, DiffOutputControl control, Database referenceDatabase, Database comparisonDatabase, ChangeGeneratorChain chain)Change[]ChangedUniqueConstraintChangeGenerator. fixChanged(DatabaseObject changedObject, ObjectDifferences differences, DiffOutputControl control, Database referenceDatabase, Database comparisonDatabase, ChangeGeneratorChain chain)Change[]ChangedViewChangeGenerator. fixChanged(DatabaseObject changedObject, ObjectDifferences differences, DiffOutputControl control, Database referenceDatabase, Database comparisonDatabase, ChangeGeneratorChain chain)Change[]MissingColumnChangeGenerator. fixMissing(DatabaseObject missingObject, DiffOutputControl control, Database referenceDatabase, Database comparisonDatabase, ChangeGeneratorChain chain)Change[]MissingDataChangeGenerator. fixMissing(DatabaseObject missingObject, DiffOutputControl outputControl, Database referenceDatabase, Database comparisionDatabase, ChangeGeneratorChain chain)Change[]MissingDataExternalFileChangeGenerator. fixMissing(DatabaseObject missingObject, DiffOutputControl outputControl, Database referenceDatabase, Database comparisionDatabase, ChangeGeneratorChain chain)Change[]MissingForeignKeyChangeGenerator. fixMissing(DatabaseObject missingObject, DiffOutputControl control, Database referenceDatabase, Database comparisonDatabase, ChangeGeneratorChain chain)Change[]MissingIndexChangeGenerator. fixMissing(DatabaseObject missingObject, DiffOutputControl control, Database referenceDatabase, Database comparisonDatabase, ChangeGeneratorChain chain)Change[]MissingPrimaryKeyChangeGenerator. fixMissing(DatabaseObject missingObject, DiffOutputControl control, Database referenceDatabase, Database comparisonDatabase, ChangeGeneratorChain chain)Change[]MissingSequenceChangeGenerator. fixMissing(DatabaseObject missingObject, DiffOutputControl control, Database referenceDatabase, Database comparisonDatabase, ChangeGeneratorChain chain)Change[]MissingSequenceChangeGeneratorSnowflake. fixMissing(DatabaseObject missingObject, DiffOutputControl control, Database referenceDatabase, Database comparisonDatabase, ChangeGeneratorChain chain)Change[]MissingTableChangeGenerator. fixMissing(DatabaseObject missingObject, DiffOutputControl control, Database referenceDatabase, Database comparisonDatabase, ChangeGeneratorChain chain)Change[]MissingUniqueConstraintChangeGenerator. fixMissing(DatabaseObject missingObject, DiffOutputControl control, Database referenceDatabase, Database comparisonDatabase, ChangeGeneratorChain chain)Change[]MissingViewChangeGenerator. fixMissing(DatabaseObject missingObject, DiffOutputControl control, Database referenceDatabase, Database comparisonDatabase, ChangeGeneratorChain chain)Change[]UnexpectedColumnChangeGenerator. fixUnexpected(DatabaseObject unexpectedObject, DiffOutputControl control, Database referenceDatabase, Database comparisonDatabase, ChangeGeneratorChain chain)Change[]UnexpectedForeignKeyChangeGenerator. fixUnexpected(DatabaseObject unexpectedObject, DiffOutputControl control, Database referenceDatabase, Database comparisonDatabase, ChangeGeneratorChain chain)Change[]UnexpectedIndexChangeGenerator. fixUnexpected(DatabaseObject unexpectedObject, DiffOutputControl control, Database referenceDatabase, Database comparisonDatabase, ChangeGeneratorChain chain)Change[]UnexpectedPrimaryKeyChangeGenerator. fixUnexpected(DatabaseObject unexpectedObject, DiffOutputControl control, Database referenceDatabase, Database comparisonDatabase, ChangeGeneratorChain chain)Change[]UnexpectedSequenceChangeGenerator. fixUnexpected(DatabaseObject unexpectedObject, DiffOutputControl control, Database referenceDatabase, Database comparisonDatabase, ChangeGeneratorChain chain)Change[]UnexpectedTableChangeGenerator. fixUnexpected(DatabaseObject unexpectedObject, DiffOutputControl control, Database referenceDatabase, Database comparisonDatabase, ChangeGeneratorChain chain)Change[]UnexpectedUniqueConstraintChangeGenerator. fixUnexpected(DatabaseObject unexpectedObject, DiffOutputControl control, Database referenceDatabase, Database comparisonDatabase, ChangeGeneratorChain chain)Change[]UnexpectedViewChangeGenerator. fixUnexpected(DatabaseObject unexpectedObject, DiffOutputControl control, Database referenceDatabase, Database comparisonDatabase, ChangeGeneratorChain chain)protected voidChangedColumnChangeGenerator. handleAutoIncrementDifferences(Column column, ObjectDifferences differences, DiffOutputControl control, List<Change> changes, Database referenceDatabase, Database comparisonDatabase)protected voidChangedColumnChangeGenerator. handleDefaultValueDifferences(Column column, ObjectDifferences differences, DiffOutputControl control, List<Change> changes, Database referenceDatabase, Database comparisonDatabase)protected voidChangedColumnChangeGenerator. handleNullableDifferences(Column column, ObjectDifferences differences, DiffOutputControl control, List<Change> changes, Database referenceDatabase, Database comparisonDatabase)protected voidChangedColumnChangeGenerator. handleTypeDifferences(Column column, ObjectDifferences differences, DiffOutputControl control, List<Change> changes, Database referenceDatabase, Database comparisonDatabase)booleanMissingTableChangeGenerator. shouldAddPrimarykeyToConstraints(DatabaseObject missingObject, DiffOutputControl control, Database referenceDatabase, Database comparisonDatabase) -
Uses of DiffOutputControl in liquibase.integration.commandline
Methods in liquibase.integration.commandline with parameters of type DiffOutputControl Modifier and Type Method Description static voidCommandLineUtils. doDiffToChangeLog(String changeLogFile, Database referenceDatabase, Database targetDatabase, String author, DiffOutputControl diffOutputControl, ObjectChangeFilter objectChangeFilter, String snapshotTypes)Deprecated.Use version with String runOnChangeTypes, String replaceIfExistsTypes instead -CommandLineUtils.doDiffToChangeLog(String, Database, Database, String, DiffOutputControl, ObjectChangeFilter, String, String, String)static voidCommandLineUtils. doDiffToChangeLog(String changeLogFile, Database referenceDatabase, Database targetDatabase, String author, DiffOutputControl diffOutputControl, ObjectChangeFilter objectChangeFilter, String snapshotTypes, String runOnChangeTypes, String replaceIfExistsTypes)static voidCommandLineUtils. doDiffToChangeLog(String changeLogFile, Database referenceDatabase, Database targetDatabase, String author, DiffOutputControl diffOutputControl, ObjectChangeFilter objectChangeFilter, String snapshotTypes, CompareControl.SchemaComparison[] schemaComparisons)Deprecated.Use version with String runOnChangeTypes, String replaceIfExistsTypes instead -CommandLineUtils.doDiffToChangeLog(String, Database, Database, String, DiffOutputControl, ObjectChangeFilter, String, CompareControl.SchemaComparison[], String, String)static voidCommandLineUtils. doDiffToChangeLog(String changeLogFile, Database referenceDatabase, Database targetDatabase, String author, DiffOutputControl diffOutputControl, ObjectChangeFilter objectChangeFilter, String snapshotTypes, CompareControl.SchemaComparison[] schemaComparisons, String runOnChangeTypes, String replaceIfExistsTypes)static voidCommandLineUtils. doGenerateChangeLog(String changeLogFile, Database originalDatabase, String catalogName, String schemaName, String snapshotTypes, String author, String context, String dataDir, DiffOutputControl diffOutputControl)Deprecated.Use version with String runOnChangeTypes, String replaceIfExistsTypes instead -CommandLineUtils.doGenerateChangeLog(String, Database, String, String, String, String, String, String, DiffOutputControl, String, String)static voidCommandLineUtils. doGenerateChangeLog(String changeLogFile, Database originalDatabase, String catalogName, String schemaName, String snapshotTypes, String author, String context, String dataDir, DiffOutputControl diffOutputControl, String runOnChangeTypes, String replaceIfExistsTypes)static voidCommandLineUtils. doGenerateChangeLog(String changeLogFile, Database originalDatabase, CatalogAndSchema[] schemas, String snapshotTypes, String author, String context, String dataDir, DiffOutputControl diffOutputControl)Deprecated.Use version with String runOnChangeTypes, String replaceIfExistsTypes instead -CommandLineUtils.doGenerateChangeLog(String, Database, String, String, String, String, String, String, DiffOutputControl, String, String)static voidCommandLineUtils. doGenerateChangeLog(String changeLogFile, Database originalDatabase, CatalogAndSchema[] schemas, String snapshotTypes, String author, String context, String dataDir, DiffOutputControl diffOutputControl, boolean overwriteOutputFile)Deprecated.Use version with String runOnChangeTypes, String replaceIfExistsTypes instead -CommandLineUtils.doGenerateChangeLog(String, Database, CatalogAndSchema[], String, String, String, String, DiffOutputControl, String, String)static voidCommandLineUtils. doGenerateChangeLog(String changeLogFile, Database originalDatabase, CatalogAndSchema[] schemas, String snapshotTypes, String author, String context, String dataDir, DiffOutputControl diffOutputControl, boolean overwriteOutputFile, String runOnChangeTypes, String replaceIfExistsTypes)static voidCommandLineUtils. doGenerateChangeLog(String changeLogFile, Database originalDatabase, CatalogAndSchema[] schemas, String snapshotTypes, String author, String context, String dataDir, DiffOutputControl diffOutputControl, String runOnChangeTypes, String replaceIfExistsTypes)
-