Uses of Class
liquibase.CatalogAndSchema
Packages that use CatalogAndSchema
Package
Description
Liquibase top level namespace package.
-
Uses of CatalogAndSchema in liquibase
Fields in liquibase declared as CatalogAndSchemaMethods in liquibase that return CatalogAndSchemaModifier and TypeMethodDescriptionReturns a new CatalogAndSchema object with null/default catalog and schema names set to the correct default catalog and schema.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 CatalogAndSchemaModifier and TypeMethodDescriptionfinal void
Liquibase.dropAll
(Boolean dropDbclhistory, CatalogAndSchema... schemas) Drops all database objects in the passed schema(s).final void
Liquibase.dropAll
(CatalogAndSchema... schemas) Drops all database objects in the passed schema(s).boolean
CatalogAndSchema.equals
(CatalogAndSchema catalogAndSchema, Database accordingTo) final void
Liquibase.generateChangeLog
(CatalogAndSchema catalogAndSchema, DiffToChangeLog changeLogWriter, PrintStream outputStream, Class<? extends DatabaseObject>... snapshotTypes) final void
Liquibase.generateChangeLog
(CatalogAndSchema catalogAndSchema, DiffToChangeLog changeLogWriter, PrintStream outputStream, ChangeLogSerializer changeLogSerializer, Class<? extends DatabaseObject>... snapshotTypes) void
Liquibase.generateDocumentation
(String outputDirectory, String contexts, CatalogAndSchema... schemaList) void
Liquibase.generateDocumentation
(String outputDirectory, Contexts contexts, LabelExpression labelExpression, CatalogAndSchema... schemaList) -
Uses of CatalogAndSchema in liquibase.changelog.visitor
Methods in liquibase.changelog.visitor with parameters of type CatalogAndSchemaModifier and TypeMethodDescriptionvoid
DBDocVisitor.writeHTML
(Resource rootOutputDir, ResourceAccessor resourceAccessor, CatalogAndSchema... schemaList) -
Uses of CatalogAndSchema in liquibase.command.core
Methods in liquibase.command.core that return CatalogAndSchemaModifier and TypeMethodDescriptionstatic CatalogAndSchema[]
InternalSnapshotCommandStep.parseSchemas
(Database database, String... schemas) Methods in liquibase.command.core with parameters of type CatalogAndSchemaModifier and TypeMethodDescriptionSnapshotCommand.setSchemas
(CatalogAndSchema... catalogAndSchema) Deprecated. -
Uses of CatalogAndSchema in liquibase.database
Methods in liquibase.database that return CatalogAndSchemaModifier and TypeMethodDescriptionAbstractJdbcDatabase.correctSchema
(String catalog, String schema) Deprecated.AbstractJdbcDatabase.correctSchema
(CatalogAndSchema schema) Deprecated.Database.correctSchema
(CatalogAndSchema schema) Deprecated.AbstractJdbcDatabase.getDefaultSchema()
Database.getDefaultSchema()
AbstractJdbcDatabase.getSchemaFromJdbcInfo
(String rawCatalogName, String rawSchemaName) Methods in liquibase.database with parameters of type CatalogAndSchemaModifier and TypeMethodDescriptionAbstractJdbcDatabase.correctSchema
(CatalogAndSchema schema) Deprecated.Database.correctSchema
(CatalogAndSchema schema) Deprecated.void
AbstractJdbcDatabase.dropDatabaseObjects
(CatalogAndSchema schemaToDrop) void
Database.dropDatabaseObjects
(CatalogAndSchema schema) Drops all objects in a specified schema.default void
Database.dropDatabaseObjects
(CatalogAndSchema schemaToDrop, SnapshotControl snapshotControl) AbstractJdbcDatabase.getJdbcCatalogName
(CatalogAndSchema schema) AbstractJdbcDatabase.getJdbcSchemaName
(CatalogAndSchema schema) AbstractJdbcDatabase.getViewDefinition
(CatalogAndSchema schema, String viewName) 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 CatalogAndSchemaModifier and TypeMethodDescriptionMockDatabase.correctSchema
(CatalogAndSchema schema) MockDatabase.getDefaultSchema()
AbstractDb2Database.getSchemaFromJdbcInfo
(String rawCatalogName, String rawSchemaName) MockDatabase.getSchemaFromJdbcInfo
(String rawCatalogName, String rawSchemaName) MySQLDatabase.getSchemaFromJdbcInfo
(String rawCatalogName, String rawSchemaName) Methods in liquibase.database.core with parameters of type CatalogAndSchemaModifier and TypeMethodDescriptionMockDatabase.correctSchema
(CatalogAndSchema schema) void
MockDatabase.dropDatabaseObjects
(CatalogAndSchema schema) AbstractDb2Database.getJdbcCatalogName
(CatalogAndSchema schema) MockDatabase.getJdbcCatalogName
(CatalogAndSchema schema) OracleDatabase.getJdbcCatalogName
(CatalogAndSchema schema) SybaseASADatabase.getJdbcCatalogName
(CatalogAndSchema schema) AbstractDb2Database.getJdbcSchemaName
(CatalogAndSchema schema) MockDatabase.getJdbcSchemaName
(CatalogAndSchema schema) MSSQLDatabase.getJdbcSchemaName
(CatalogAndSchema schema) OracleDatabase.getJdbcSchemaName
(CatalogAndSchema schema) AbstractDb2Database.getViewDefinition
(CatalogAndSchema schema, String viewName) DerbyDatabase.getViewDefinition
(CatalogAndSchema schema, String name) H2Database.getViewDefinition
(CatalogAndSchema schema, String name) InformixDatabase.getViewDefinition
(CatalogAndSchema schema, String viewName) Ingres9Database.getViewDefinition
(CatalogAndSchema schema, String viewName) MockDatabase.getViewDefinition
(CatalogAndSchema schema, String name) MSSQLDatabase.getViewDefinition
(CatalogAndSchema schema, String viewName) SnowflakeDatabase.getViewDefinition
(CatalogAndSchema schema, String viewName) SQLiteDatabase.getViewDefinition
(CatalogAndSchema schema, String viewName) SybaseASADatabase.getViewDefinition
(CatalogAndSchema schema, String viewName) SybaseDatabase.getViewDefinition
(CatalogAndSchema schema, String viewName) -
Uses of CatalogAndSchema in liquibase.diff.compare
Fields in liquibase.diff.compare declared as CatalogAndSchemaMethods in liquibase.diff.compare that return CatalogAndSchemaModifier and TypeMethodDescriptionCompareControl.SchemaComparison.getComparisonSchema()
CompareControl.SchemaComparison.getReferenceSchema()
CompareControl.getSchemas
(CompareControl.DatabaseRole databaseRole) Constructors in liquibase.diff.compare with parameters of type CatalogAndSchemaModifierConstructorDescriptionSchemaComparison
(CatalogAndSchema reference, CatalogAndSchema comparison) -
Uses of CatalogAndSchema in liquibase.diff.output
Methods in liquibase.diff.output with parameters of type CatalogAndSchema -
Uses of CatalogAndSchema in liquibase.integration.commandline
Fields in liquibase.integration.commandline with type parameters of type CatalogAndSchemaMethods in liquibase.integration.commandline with parameters of type CatalogAndSchemaModifier and TypeMethodDescriptionstatic void
CommandLineUtils.doGenerateChangeLog
(String changeLogFile, Database originalDatabase, CatalogAndSchema[] schemas, String snapshotTypes, String author, String context, String dataDir, DiffOutputControl diffOutputControl) Deprecated.Use version with String runOnChangeTypes, String replaceIfExistsTypes instead -CommandLineUtils.doGenerateChangeLog(String, Database, String, String, String, String, String, String, DiffOutputControl, String, String)
static void
CommandLineUtils.doGenerateChangeLog
(String changeLogFile, Database originalDatabase, CatalogAndSchema[] schemas, String snapshotTypes, String author, String context, String dataDir, DiffOutputControl diffOutputControl, boolean overwriteOutputFile) Deprecated.Use version with String runOnChangeTypes, String replaceIfExistsTypes instead -CommandLineUtils.doGenerateChangeLog(String, Database, CatalogAndSchema[], String, String, String, String, DiffOutputControl, String, String)
static void
CommandLineUtils.doGenerateChangeLog
(String changeLogFile, Database originalDatabase, CatalogAndSchema[] schemas, String snapshotTypes, String author, String context, String dataDir, DiffOutputControl diffOutputControl, boolean overwriteOutputFile, String runOnChangeTypes, String replaceIfExistsTypes) static void
CommandLineUtils.doGenerateChangeLog
(String changeLogFile, Database originalDatabase, CatalogAndSchema[] schemas, String snapshotTypes, String author, String context, String dataDir, DiffOutputControl diffOutputControl, String runOnChangeTypes, String replaceIfExistsTypes) -
Uses of CatalogAndSchema in liquibase.snapshot
Methods in liquibase.snapshot with parameters of type CatalogAndSchemaModifier and TypeMethodDescriptionSnapshotGeneratorFactory.createSnapshot
(CatalogAndSchema[] examples, Database database, SnapshotControl snapshotControl) Creates a database snapshot for a given array of catalog/schema combinations.SnapshotGeneratorFactory.createSnapshot
(CatalogAndSchema example, Database database, SnapshotControl snapshotControl) -
Uses of CatalogAndSchema in liquibase.snapshot.jvm
Methods in liquibase.snapshot.jvm that return CatalogAndSchemaModifier and TypeMethodDescriptionprotected CatalogAndSchema
SchemaSnapshotGenerator.toCatalogAndSchema
(String tableSchema, Database database) -
Uses of CatalogAndSchema in liquibase.structure.core
Methods in liquibase.structure.core that return CatalogAndSchema
standardize(Database)