Modifier and Type | Field and Description |
---|---|
static CatalogAndSchema |
CatalogAndSchema.DEFAULT |
Modifier and Type | Method and Description |
---|---|
CatalogAndSchema |
CatalogAndSchema.customize(Database accordingTo)
Returns a new CatalogAndSchema object with null/default catalog and schema names set to the
correct default catalog and schema.
|
CatalogAndSchema |
CatalogAndSchema.standardize(Database accordingTo)
This method returns a new CatalogAndSchema adjusted based on the configuration of the passed database.
|
Modifier and Type | Method and Description |
---|---|
void |
Liquibase.dropAll(CatalogAndSchema... schemas)
Drops all database objects in the passed schema(s).
|
boolean |
CatalogAndSchema.equals(CatalogAndSchema catalogAndSchema,
Database accordingTo) |
void |
Liquibase.generateChangeLog(CatalogAndSchema catalogAndSchema,
DiffToChangeLog changeLogWriter,
PrintStream outputStream,
ChangeLogSerializer changeLogSerializer,
Class<? extends DatabaseObject>... snapshotTypes) |
void |
Liquibase.generateChangeLog(CatalogAndSchema catalogAndSchema,
DiffToChangeLog changeLogWriter,
PrintStream outputStream,
Class<? extends DatabaseObject>... snapshotTypes) |
Modifier and Type | Method and Description |
---|---|
SnapshotCommand |
SnapshotCommand.setSchemas(CatalogAndSchema... catalogAndSchema) |
Modifier and Type | Method and Description |
---|---|
CatalogAndSchema |
AbstractJdbcDatabase.correctSchema(CatalogAndSchema schema) |
CatalogAndSchema |
Database.correctSchema(CatalogAndSchema schema)
Deprecated.
|
CatalogAndSchema |
AbstractJdbcDatabase.correctSchema(String catalog,
String schema)
Deprecated.
|
CatalogAndSchema |
AbstractJdbcDatabase.getDefaultSchema() |
CatalogAndSchema |
Database.getDefaultSchema() |
CatalogAndSchema |
AbstractJdbcDatabase.getSchemaFromJdbcInfo(String rawCatalogName,
String rawSchemaName) |
Modifier and Type | Method and Description |
---|---|
CatalogAndSchema |
AbstractJdbcDatabase.correctSchema(CatalogAndSchema schema) |
CatalogAndSchema |
Database.correctSchema(CatalogAndSchema schema)
Deprecated.
|
void |
AbstractJdbcDatabase.dropDatabaseObjects(CatalogAndSchema schemaToDrop)
Drops all objects owned by the connected user.
|
void |
Database.dropDatabaseObjects(CatalogAndSchema schema) |
String |
AbstractJdbcDatabase.getJdbcCatalogName(CatalogAndSchema schema) |
String |
AbstractJdbcDatabase.getJdbcSchemaName(CatalogAndSchema schema) |
String |
AbstractJdbcDatabase.getViewDefinition(CatalogAndSchema schema,
String viewName) |
String |
Database.getViewDefinition(CatalogAndSchema schema,
String name) |
boolean |
AbstractJdbcDatabase.isSystemView(CatalogAndSchema schema,
String viewName) |
Modifier and Type | Method and Description |
---|---|
CatalogAndSchema |
DB2Database.getSchemaFromJdbcInfo(String rawCatalogName,
String rawSchemaName) |
CatalogAndSchema |
MySQLDatabase.getSchemaFromJdbcInfo(String rawCatalogName,
String rawSchemaName) |
Modifier and Type | Field and Description |
---|---|
CatalogAndSchema[] |
CompareControl.ComputedSchemas.finalTargetSchemas |
Modifier and Type | Method and Description |
---|---|
CatalogAndSchema |
CompareControl.SchemaComparison.getComparisonSchema() |
CatalogAndSchema |
CompareControl.SchemaComparison.getReferenceSchema() |
CatalogAndSchema[] |
CompareControl.getSchemas(CompareControl.DatabaseRole databaseRole) |
Constructor and Description |
---|
SchemaComparison(CatalogAndSchema reference,
CatalogAndSchema comparison) |
Modifier and Type | Method and Description |
---|---|
DiffOutputControl |
DiffOutputControl.addIncludedSchema(CatalogAndSchema schema) |
Modifier and Type | Method and Description |
---|---|
static void |
CommandLineUtils.doGenerateChangeLog(String changeLogFile,
Database originalDatabase,
CatalogAndSchema[] schemas,
String snapshotTypes,
String author,
String context,
String dataDir,
DiffOutputControl diffOutputControl) |
Modifier and Type | Method and Description |
---|---|
CatalogAndSchema |
MockDatabase.correctSchema(CatalogAndSchema schema) |
CatalogAndSchema |
MockDatabase.getDefaultSchema() |
CatalogAndSchema |
MockDatabase.getSchemaFromJdbcInfo(String rawCatalogName,
String rawSchemaName) |
Modifier and Type | Method and Description |
---|---|
CatalogAndSchema |
MockDatabase.correctSchema(CatalogAndSchema schema) |
void |
MockDatabase.dropDatabaseObjects(CatalogAndSchema schema) |
String |
MockDatabase.getJdbcCatalogName(CatalogAndSchema schema) |
String |
MockDatabase.getJdbcSchemaName(CatalogAndSchema schema) |
String |
MockDatabase.getViewDefinition(CatalogAndSchema schema,
String name) |
Modifier and Type | Method and Description |
---|---|
DatabaseSnapshot |
SnapshotGeneratorFactory.createSnapshot(CatalogAndSchema[] examples,
Database database,
SnapshotControl snapshotControl) |
DatabaseSnapshot |
SnapshotGeneratorFactory.createSnapshot(CatalogAndSchema example,
Database database,
SnapshotControl snapshotControl) |
Modifier and Type | Method and Description |
---|---|
protected CatalogAndSchema |
SchemaSnapshotGenerator.toCatalogAndSchema(String tableSchema,
Database database) |
Modifier and Type | Method and Description |
---|---|
CatalogAndSchema |
Schema.toCatalogAndSchema() |
Copyright © 2016 Liquibase.org. All rights reserved.