Package | Description |
---|---|
liquibase.database | |
liquibase.diff.output | |
liquibase.sdk.database | |
liquibase.snapshot.jvm | |
liquibase.structure | |
liquibase.structure.core |
Modifier and Type | Method and Description |
---|---|
String |
AbstractJdbcDatabase.getJdbcCatalogName(Schema schema) |
String |
AbstractJdbcDatabase.getJdbcSchemaName(Schema schema) |
Modifier and Type | Method and Description |
---|---|
DiffOutputControl |
DiffOutputControl.addIncludedSchema(Schema schema) |
Modifier and Type | Method and Description |
---|---|
Schema |
MockDatabase.getSchema() |
Modifier and Type | Method and Description |
---|---|
String |
MockDatabase.getJdbcCatalogName(Schema schema) |
String |
MockDatabase.getJdbcSchemaName(Schema schema) |
Modifier and Type | Method and Description |
---|---|
protected Index |
IndexSnapshotGenerator.finalizeIndex(Schema schema,
String tableName,
Index index,
DatabaseSnapshot snapshot) |
protected String |
SequenceSnapshotGenerator.getSelectSequenceSql(Schema schema,
Database database) |
protected List<CachedRow> |
UniqueConstraintSnapshotGenerator.listConstraints(Table table,
DatabaseSnapshot snapshot,
Schema schema) |
Modifier and Type | Method and Description |
---|---|
Schema |
DatabaseObject.getSchema() |
Modifier and Type | Method and Description |
---|---|
Schema |
Schema.getSchema() |
Schema |
Index.getSchema() |
Schema |
UniqueConstraint.getSchema() |
Schema |
StoredDatabaseLogic.getSchema() |
Schema |
Catalog.getSchema() |
Schema |
Relation.getSchema() |
Schema |
Data.getSchema() |
Schema |
Column.getSchema() |
Schema |
PrimaryKey.getSchema() |
Schema |
Sequence.getSchema() |
Schema |
ForeignKey.getSchema() |
Schema |
Schema.setDefault(Boolean isDefault) |
Schema |
Schema.setName(String name) |
Modifier and Type | Method and Description |
---|---|
T |
StoredDatabaseLogic.setSchema(Schema schema) |
Relation |
Relation.setSchema(Schema schema) |
Sequence |
Sequence.setSchema(Schema schema) |
Relation |
View.setSchema(Schema schema) |
Copyright © 2019 Liquibase.org. All rights reserved.