Interface | Description |
---|---|
Scope.ScopedRunner | |
SingletonObject |
Class | Description |
---|---|
CatalogAndSchema |
Object representing a database catalog and schema.
|
ContextExpression |
Encapsulates logic for evaluating if a set of runtime contexts matches a context expression string.
|
Contexts |
List of contexts Liquibase is running under.
|
LabelExpression | |
Labels | |
Liquibase |
Primary facade class for interacting with Liquibase.
|
RuntimeEnvironment | |
Scope |
This scope object is used to hold configuration and other parameters within a call without needing complex method signatures.
|
ScopeManager | |
SingletonScopeFactory |
Enum | Description |
---|---|
CatalogAndSchema.CatalogAndSchemaCase | |
Scope.Attr |
Enumeration containing standard attributes.
|
The top level package contains the Liquibase
class which basically is the entrance point to
all operations interested clients can perform through the software. It also contains some frequently used classes
like CatalogAndSchema
and Contexts
.
Copyright © 2020 Liquibase.org. All rights reserved.