| Package | Description |
|---|---|
| liquibase |
Liquibase top level namespace package.
|
| liquibase.database | |
| liquibase.database.core | |
| liquibase.sdk.database |
| Modifier and Type | Method and Description |
|---|---|
static CatalogAndSchema.CatalogAndSchemaCase |
CatalogAndSchema.CatalogAndSchemaCase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CatalogAndSchema.CatalogAndSchemaCase[] |
CatalogAndSchema.CatalogAndSchemaCase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CatalogAndSchema.CatalogAndSchemaCase |
AbstractJdbcDatabase.getSchemaAndCatalogCase()
This logic is used when db support catalogs
|
CatalogAndSchema.CatalogAndSchemaCase |
Database.getSchemaAndCatalogCase() |
| Modifier and Type | Method and Description |
|---|---|
CatalogAndSchema.CatalogAndSchemaCase |
AbstractDb2Database.getSchemaAndCatalogCase()
DB2 database are not case sensitive.
|
CatalogAndSchema.CatalogAndSchemaCase |
PostgresDatabase.getSchemaAndCatalogCase() |
| Modifier and Type | Method and Description |
|---|---|
CatalogAndSchema.CatalogAndSchemaCase |
MockDatabase.getSchemaAndCatalogCase() |
Copyright © 2019 Liquibase.org. All rights reserved.