|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CatalogAndSchema | |
---|---|
liquibase | |
liquibase.database | |
liquibase.database.core | |
liquibase.diff.compare | |
liquibase.snapshot | |
liquibase.structure.core |
Uses of CatalogAndSchema in liquibase |
---|
Fields in liquibase declared as CatalogAndSchema | |
---|---|
static CatalogAndSchema |
CatalogAndSchema.DEFAULT
|
Methods in liquibase with parameters of type CatalogAndSchema | |
---|---|
void |
Liquibase.dropAll(CatalogAndSchema... schemas)
Drops all database objects owned by the current user. |
boolean |
CatalogAndSchema.equals(CatalogAndSchema catalogAndSchema,
Database database)
|
void |
Liquibase.generateChangeLog(CatalogAndSchema catalogAndSchema,
DiffToChangeLog changeLogWriter,
PrintStream outputStream,
Class<? extends DatabaseObject>... snapshotTypes)
|
Uses of CatalogAndSchema in liquibase.database |
---|
Methods in liquibase.database that return CatalogAndSchema | |
---|---|
CatalogAndSchema |
AbstractJdbcDatabase.correctSchema(CatalogAndSchema schema)
|
CatalogAndSchema |
Database.correctSchema(CatalogAndSchema schema)
Returns a new CatalogAndSchema adjusted for this database. |
CatalogAndSchema |
AbstractJdbcDatabase.correctSchema(String catalog,
String schema)
|
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)
Returns a new CatalogAndSchema adjusted for this 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 |
---|
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.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.structure.core |
---|
Methods in liquibase.structure.core that return CatalogAndSchema | |
---|---|
CatalogAndSchema |
Schema.toCatalogAndSchema()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |