| 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 |
AbstractSqlVisitor.getContexts() |
ContextExpression |
SqlVisitor.getContexts() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSqlVisitor.setContexts(ContextExpression contexts) |
void |
SqlVisitor.setContexts(ContextExpression contexts) |
Copyright © 2015 Liquibase.org. All rights reserved.