public class Catalog extends FilterContainer
| Modifier and Type | Method and Description |
|---|---|
void |
addConfiguredName(AntNestedElement name) |
void |
addSchema(Schema schema) |
void |
addText(String name) |
String |
getName() |
Collection<Schema> |
getSchemas() |
boolean |
isEmptyContainer() |
Catalog |
schema(Schema name) |
void |
set(String name) |
void |
setName(String name) |
void |
setSchemas(Collection<Schema> schemas) |
StringBuilder |
toString(StringBuilder res,
String prefix) |
addExcludeColumn, addExcludeProcedure, addExcludeTable, addIncludeColumn, addIncludeProcedure, addIncludeTable, appendCollection, getExcludeColumns, getExcludeProcedures, getExcludeTables, getIncludeColumns, getIncludeProcedures, getIncludeTables, isBlank, setExcludeColumns, setExcludeProcedures, setExcludeTables, setIncludeColumns, setIncludeProcedures, setIncludeTables, toStringpublic Catalog()
public Catalog(String name)
public String getName()
public void setName(String name)
public Collection<Schema> getSchemas()
public void setSchemas(Collection<Schema> schemas)
public void addSchema(Schema schema)
public void set(String name)
public void addConfiguredName(AntNestedElement name)
public void addText(String name)
public boolean isEmptyContainer()
isEmptyContainer in class FilterContainerpublic StringBuilder toString(StringBuilder res, String prefix)
toString in class FilterContainerCopyright © 2001–2016 Apache Cayenne. All rights reserved.