Package | Description |
---|---|
liquibase.changelog | |
liquibase.diff.output | |
liquibase.sql.visitor |
Modifier and Type | Method and Description |
---|---|
ContextExpression |
RanChangeSet.getContextExpression() |
ContextExpression |
ChangeSet.getContexts() |
Modifier and Type | Method and Description |
---|---|
void |
ChangeLogParameters.set(String key,
String value,
ContextExpression contexts,
Labels labels,
String databases,
boolean globalParam,
DatabaseChangeLog changeLog) |
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) |
Modifier and Type | Method and Description |
---|---|
ContextExpression |
DiffOutputControl.getContext() |
Modifier and Type | Method and Description |
---|---|
DiffOutputControl |
DiffOutputControl.setContext(ContextExpression contextExpression) |
Modifier and Type | Method and Description |
---|---|
ContextExpression |
SqlVisitor.getContexts() |
ContextExpression |
AbstractSqlVisitor.getContexts() |
Modifier and Type | Method and Description |
---|---|
void |
SqlVisitor.setContexts(ContextExpression contexts) |
void |
AbstractSqlVisitor.setContexts(ContextExpression contexts) |
Copyright © 2016 Liquibase.org. All rights reserved.