|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectse.optimatika.jexcel.database.Database
public final class Database
| Constructor Summary | |
|---|---|
Database()
|
|
| Method Summary | |
|---|---|
Table |
get(String aName)
|
Set<String> |
getTableNames()
|
Collection<Table> |
getTables()
|
Table |
put(String aName,
Table aTable)
|
Table |
remove(String aName)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Database()
| Method Detail |
|---|
public Table get(String aName)
public Set<String> getTableNames()
public Collection<Table> getTables()
public Table put(String aName,
Table aTable)
public Table remove(String aName)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||