|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.castor.ddlgen.schemaobject.AbstractSchemaObject
org.castor.ddlgen.schemaobject.Schema
Abstract base class for all schemas.
| Field Summary |
| Fields inherited from class org.castor.ddlgen.schemaobject.AbstractSchemaObject |
HASHFACTOR |
| Constructor Summary | |
Schema()
|
|
| Method Summary | |
void |
addTable(Table table)
Add given table to list of tables. |
Table |
getTable(int index)
Get table at given index. |
Table |
getTable(java.lang.String name)
Get table with given name. |
int |
getTableCount()
Get number of tables. |
| Methods inherited from class org.castor.ddlgen.schemaobject.AbstractSchemaObject |
equals, getConfiguration, getName, setConfiguration, setName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.castor.ddlgen.schemaobject.SchemaObject |
toCreateDDL, toDropDDL |
| Constructor Detail |
public Schema()
| Method Detail |
public final void addTable(Table table)
table - Table to add to list of tables.public final int getTableCount()
public final Table getTable(int index)
index - Index of table to return.
public final Table getTable(java.lang.String name)
name - Name of table to return.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||