public class Catalog extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
inputCatalog |
protected String |
outputCatalog |
protected Boolean |
outputCatalogToDefault |
protected List<Schema> |
schemata |
| Constructor and Description |
|---|
Catalog() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
String |
getInputCatalog()
See also
Database.getInputCatalog() |
String |
getOutputCatalog()
See also
Database.getOutputCatalog() |
List<Schema> |
getSchemata() |
int |
hashCode() |
Boolean |
isOutputCatalogToDefault()
See also
Database.isOutputCatalogToDefault() |
void |
setInputCatalog(String value)
Sets the value of the inputCatalog property.
|
void |
setOutputCatalog(String value)
Sets the value of the outputCatalog property.
|
void |
setOutputCatalogToDefault(Boolean value)
Sets the value of the outputCatalogToDefault property.
|
void |
setSchemata(List<Schema> schemata) |
String |
toString() |
Catalog |
withInputCatalog(String value) |
Catalog |
withOutputCatalog(String value) |
Catalog |
withOutputCatalogToDefault(Boolean value) |
Catalog |
withSchemata(Collection<Schema> values) |
Catalog |
withSchemata(List<Schema> schemata) |
Catalog |
withSchemata(Schema... values) |
protected String inputCatalog
protected String outputCatalog
protected Boolean outputCatalogToDefault
public String getInputCatalog()
Database.getInputCatalog()Stringpublic void setInputCatalog(String value)
value - allowed object is
Stringpublic String getOutputCatalog()
Database.getOutputCatalog()Stringpublic void setOutputCatalog(String value)
value - allowed object is
Stringpublic Boolean isOutputCatalogToDefault()
Database.isOutputCatalogToDefault()Booleanpublic void setOutputCatalogToDefault(Boolean value)
value - allowed object is
Booleanpublic Catalog withSchemata(Collection<Schema> values)
Copyright © 2019. All rights reserved.