Package | Description |
---|---|
liquibase.changelog | |
liquibase.changelog.visitor | |
liquibase.database | |
liquibase.sdk.database | |
liquibase.statement.core |
Modifier and Type | Method and Description |
---|---|
ChangeSet.ExecType |
ChangeSet.execute(DatabaseChangeLog databaseChangeLog,
ChangeExecListener listener,
Database database)
This method will actually execute each of the changes in the list against the
specified database.
|
ChangeSet.ExecType |
ChangeSet.execute(DatabaseChangeLog databaseChangeLog,
Database database) |
ChangeSet.ExecType |
RanChangeSet.getExecType() |
static ChangeSet.ExecType |
ChangeSet.ExecType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChangeSet.ExecType[] |
ChangeSet.ExecType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
OfflineChangeLogHistoryService.appendChangeSet(ChangeSet changeSet,
ChangeSet.ExecType execType) |
void |
OfflineChangeLogHistoryService.setExecType(ChangeSet changeSet,
ChangeSet.ExecType execType) |
void |
StandardChangeLogHistoryService.setExecType(ChangeSet changeSet,
ChangeSet.ExecType execType) |
void |
ChangeLogHistoryService.setExecType(ChangeSet changeSet,
ChangeSet.ExecType execType) |
Constructor and Description |
---|
RanChangeSet(ChangeSet changeSet,
ChangeSet.ExecType execType,
ContextExpression contexts,
Labels labels) |
RanChangeSet(String changeLog,
String id,
String author,
CheckSum lastCheckSum,
Date dateExecuted,
String tag,
ChangeSet.ExecType execType,
String description,
String comments,
ContextExpression contextExpression,
Labels labels,
String deploymentId) |
Modifier and Type | Method and Description |
---|---|
protected void |
UpdateVisitor.fireRan(ChangeSet changeSet,
DatabaseChangeLog databaseChangeLog,
Database database2,
ChangeSet.ExecType execType) |
void |
AbstractChangeExecListener.ran(ChangeSet changeSet,
DatabaseChangeLog databaseChangeLog,
Database database,
ChangeSet.ExecType execType) |
void |
ChangeExecListener.ran(ChangeSet changeSet,
DatabaseChangeLog databaseChangeLog,
Database database,
ChangeSet.ExecType execType)
Called after the given changeset is run.
|
Modifier and Type | Method and Description |
---|---|
void |
Database.markChangeSetExecStatus(ChangeSet changeSet,
ChangeSet.ExecType execType)
After the change set has been ran against the database this method will update the change log table
with the information.
|
void |
AbstractJdbcDatabase.markChangeSetExecStatus(ChangeSet changeSet,
ChangeSet.ExecType execType) |
Modifier and Type | Method and Description |
---|---|
void |
MockDatabase.markChangeSetExecStatus(ChangeSet changeSet,
ChangeSet.ExecType execType) |
Modifier and Type | Method and Description |
---|---|
ChangeSet.ExecType |
MarkChangeSetRanStatement.getExecType() |
Constructor and Description |
---|
MarkChangeSetRanStatement(ChangeSet changeSet,
ChangeSet.ExecType execType) |
Copyright © 2019 Liquibase.org. All rights reserved.