public class CatalogAndSchema extends Object
Modifier and Type | Field and Description |
---|---|
static CatalogAndSchema |
DEFAULT |
Constructor and Description |
---|
CatalogAndSchema(String catalogName,
String schemaName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(CatalogAndSchema catalogAndSchema,
Database database) |
String |
getCatalogName() |
String |
getSchemaName() |
String |
toString() |
public static final CatalogAndSchema DEFAULT
Copyright © 2017 Liquibase.org. All rights reserved.