|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContextExpression | |
---|---|
liquibase | |
liquibase.changelog | |
liquibase.diff.output | |
liquibase.sql.visitor |
Uses of ContextExpression in liquibase |
---|
Method parameters in liquibase with type arguments of type ContextExpression | |
---|---|
static boolean |
ContextExpression.matchesAll(Collection<ContextExpression> expressions,
Contexts contexts)
|
Uses of ContextExpression in liquibase.changelog |
---|
Methods in liquibase.changelog that return ContextExpression | |
---|---|
ContextExpression |
ChangeLogInclude.getContext()
|
ContextExpression |
ChangeLogIncludeAll.getContext()
|
ContextExpression |
RanChangeSet.getContextExpression()
|
ContextExpression |
DatabaseChangeLog.getContexts()
|
ContextExpression |
ChangeSet.getContexts()
|
ContextExpression |
DatabaseChangeLog.getIncludeContexts()
|
Methods in liquibase.changelog that return types with arguments of type ContextExpression | |
---|---|
Collection<ContextExpression> |
ChangeSet.getInheritableContexts()
|
Methods in liquibase.changelog with parameters of type ContextExpression | |
---|---|
boolean |
DatabaseChangeLog.include(String fileName,
boolean isRelativePath,
ResourceAccessor resourceAccessor,
ContextExpression includeContexts)
|
void |
DatabaseChangeLog.includeAll(String pathName,
boolean isRelativeToChangelogFile,
IncludeAllFilter resourceFilter,
boolean errorIfMissingOrEmpty,
Comparator<String> resourceComparator,
ResourceAccessor resourceAccessor,
ContextExpression includeContexts)
|
void |
ChangeLogParameters.set(String key,
String value,
ContextExpression contexts,
Labels labels,
String databases,
boolean globalParam,
DatabaseChangeLog changeLog)
|
void |
ChangeLogInclude.setContext(ContextExpression context)
|
void |
ChangeLogIncludeAll.setContext(ContextExpression context)
|
void |
DatabaseChangeLog.setContexts(ContextExpression contexts)
|
void |
DatabaseChangeLog.setIncludeContexts(ContextExpression includeContexts)
|
Constructors in liquibase.changelog with parameters of type ContextExpression | |
---|---|
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)
|
Uses of ContextExpression in liquibase.diff.output |
---|
Methods in liquibase.diff.output that return ContextExpression | |
---|---|
ContextExpression |
DiffOutputControl.getContext()
|
Methods in liquibase.diff.output with parameters of type ContextExpression | |
---|---|
DiffOutputControl |
DiffOutputControl.setContext(ContextExpression contextExpression)
|
Uses of ContextExpression in liquibase.sql.visitor |
---|
Methods in liquibase.sql.visitor that return ContextExpression | |
---|---|
ContextExpression |
SqlVisitor.getContexts()
|
ContextExpression |
AbstractSqlVisitor.getContexts()
|
Methods in liquibase.sql.visitor with parameters of type ContextExpression | |
---|---|
void |
SqlVisitor.setContexts(ContextExpression contexts)
|
void |
AbstractSqlVisitor.setContexts(ContextExpression contexts)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |