|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CatalogAndSchema in liquibase |
---|
Fields in liquibase declared as CatalogAndSchema | |
---|---|
static CatalogAndSchema |
CatalogAndSchema.DEFAULT
|
Methods in liquibase that return CatalogAndSchema | |
---|---|
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. |
Methods in liquibase with parameters of type CatalogAndSchema | |
---|---|
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)
|
Uses of CatalogAndSchema in liquibase.command |
---|
Methods in liquibase.command with parameters of type CatalogAndSchema | |
---|---|
SnapshotCommand |
SnapshotCommand.setSchemas(CatalogAndSchema... catalogAndSchema)
|
Uses of CatalogAndSchema in liquibase.database |
---|
Methods in liquibase.database that return CatalogAndSchema | |
---|---|
CatalogAndSchema |
AbstractJdbcDatabase.correctSchema(CatalogAndSchema schema)
|
CatalogAndSchema |
Database.correctSchema(CatalogAndSchema schema)
Deprecated. use standardize(Database) |
CatalogAndSchema |
AbstractJdbcDatabase.correctSchema(String catalog,
String schema)
Deprecated. use standardize(Database) |
CatalogAndSchema |
AbstractJdbcDatabase.getDefaultSchema()
|
CatalogAndSchema |
Database.getDefaultSchema()
|
CatalogAndSchema |
AbstractJdbcDatabase.getSchemaFromJdbcInfo(String rawCatalogName,
String rawSchemaName)
|
Methods in liquibase.database with parameters of type CatalogAndSchema | |
---|---|
CatalogAndSchema |
AbstractJdbcDatabase.correctSchema(CatalogAndSchema schema)
|
CatalogAndSchema |
Database.correctSchema(CatalogAndSchema schema)
Deprecated. use standardize(Database) |
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)
|
Uses of CatalogAndSchema in liquibase.database.core |
---|
Methods in liquibase.database.core that return CatalogAndSchema | |
---|---|
CatalogAndSchema |
DB2Database.getSchemaFromJdbcInfo(String rawCatalogName,
String rawSchemaName)
|
CatalogAndSchema |
MySQLDatabase.getSchemaFromJdbcInfo(String rawCatalogName,
String rawSchemaName)
|
Uses of CatalogAndSchema in liquibase.diff.compare |
---|
Fields in liquibase.diff.compare declared as CatalogAndSchema | |
---|---|
CatalogAndSchema[] |
CompareControl.ComputedSchemas.finalTargetSchemas
|
Methods in liquibase.diff.compare that return CatalogAndSchema | |
---|---|
CatalogAndSchema |
CompareControl.SchemaComparison.getComparisonSchema()
|
CatalogAndSchema |
CompareControl.SchemaComparison.getReferenceSchema()
|
CatalogAndSchema[] |
CompareControl.getSchemas(CompareControl.DatabaseRole databaseRole)
|
Constructors in liquibase.diff.compare with parameters of type CatalogAndSchema | |
---|---|
CompareControl.SchemaComparison(CatalogAndSchema reference,
CatalogAndSchema comparison)
|
Uses of CatalogAndSchema in liquibase.diff.output |
---|
Methods in liquibase.diff.output with parameters of type CatalogAndSchema | |
---|---|
DiffOutputControl |
DiffOutputControl.addIncludedSchema(CatalogAndSchema schema)
|
Uses of CatalogAndSchema in liquibase.integration.commandline |
---|
Methods in liquibase.integration.commandline with parameters of type CatalogAndSchema | |
---|---|
static void |
CommandLineUtils.doGenerateChangeLog(String changeLogFile,
Database originalDatabase,
CatalogAndSchema[] schemas,
String snapshotTypes,
String author,
String context,
String dataDir,
DiffOutputControl diffOutputControl)
|
Uses of CatalogAndSchema in liquibase.sdk.database |
---|
Methods in liquibase.sdk.database that return CatalogAndSchema | |
---|---|
CatalogAndSchema |
MockDatabase.correctSchema(CatalogAndSchema schema)
|
CatalogAndSchema |
MockDatabase.getDefaultSchema()
|
CatalogAndSchema |
MockDatabase.getSchemaFromJdbcInfo(String rawCatalogName,
String rawSchemaName)
|
Methods in liquibase.sdk.database with parameters of type CatalogAndSchema | |
---|---|
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)
|
Uses of CatalogAndSchema in liquibase.snapshot |
---|
Methods in liquibase.snapshot with parameters of type CatalogAndSchema | |
---|---|
DatabaseSnapshot |
SnapshotGeneratorFactory.createSnapshot(CatalogAndSchema[] examples,
Database database,
SnapshotControl snapshotControl)
|
DatabaseSnapshot |
SnapshotGeneratorFactory.createSnapshot(CatalogAndSchema example,
Database database,
SnapshotControl snapshotControl)
|
Uses of CatalogAndSchema in liquibase.snapshot.jvm |
---|
Methods in liquibase.snapshot.jvm that return CatalogAndSchema | |
---|---|
protected CatalogAndSchema |
SchemaSnapshotGenerator.toCatalogAndSchema(String tableSchema,
Database database)
|
Uses of CatalogAndSchema in liquibase.structure.core |
---|
Methods in liquibase.structure.core that return CatalogAndSchema | |
---|---|
CatalogAndSchema |
Schema.toCatalogAndSchema()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |