Package | Description |
---|---|
liquibase.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 |
---|---|
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 |
Sequence.getSchema() |
Schema |
Schema.getSchema() |
Schema |
StoredDatabaseLogic.getSchema() |
Schema |
ForeignKey.getSchema() |
Schema |
Column.getSchema() |
Schema |
Index.getSchema() |
Schema |
Relation.getSchema() |
Schema |
Catalog.getSchema() |
Schema |
UniqueConstraint.getSchema() |
Schema |
Data.getSchema() |
Schema |
PrimaryKey.getSchema() |
Schema |
Schema.setName(String name) |
Modifier and Type | Method and Description |
---|---|
Sequence |
Sequence.setSchema(Schema schema) |
T |
StoredDatabaseLogic.setSchema(Schema schema) |
Relation |
View.setSchema(Schema schema) |
Relation |
Relation.setSchema(Schema schema) |
Copyright © 2017 Liquibase.org. All rights reserved.