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) |
String |
toString() |
String |
toString(String indent) |
addExcludeColumn, addExcludeProcedure, addExcludeTable, addIncludeColumn, addIncludeProcedure, addIncludeTable, getExcludeColumns, getExcludeProcedures, getExcludeTables, getIncludeColumns, getIncludeProcedures, getIncludeTables, setExcludeColumns, setExcludeProcedures, setExcludeTables, setIncludeColumns, setIncludeProcedures, setIncludeTablespublic 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 String toString()
toString in class FilterContainerpublic String toString(String indent)
toString in class FilterContainerCopyright © 2001–2015 Apache Cayenne. All rights reserved.