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(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.Copyright © 2014. All rights reserved.