public abstract class Schema extends AbstractSchemaObject
HASHFACTOR| Constructor and Description |
|---|
Schema() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
equals, getConfiguration, getName, setConfiguration, setNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoCreateDDL, toDropDDLpublic 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.Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com