| Package | Description |
|---|---|
| liquibase |
Liquibase top level namespace package.
|
| liquibase.command.core |
| Modifier and Type | Method and Description |
|---|---|
void |
Liquibase.generateChangeLog(CatalogAndSchema catalogAndSchema,
DiffToChangeLog changeLogWriter,
PrintStream outputStream,
ChangeLogSerializer changeLogSerializer,
Class<? extends DatabaseObject>... snapshotTypes)
Deprecated.
Use {link
CommandScope(String) to generateChangelog instead of this method. |
void |
Liquibase.generateChangeLog(CatalogAndSchema catalogAndSchema,
DiffToChangeLog changeLogWriter,
PrintStream outputStream,
Class<? extends DatabaseObject>... snapshotTypes)
Deprecated.
Use {link
CommandScope(String) to generateChangelog instead of this method. |
| Modifier and Type | Method and Description |
|---|---|
protected DiffToChangeLog |
DiffChangelogCommandStep.createDiffToChangeLogObject(DiffResult diffResult,
DiffOutputControl diffOutputControl) |
Copyright © 2023 Liquibase.org. All rights reserved.