|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--net.sf.imageCave.database.Database
Creates a Database to hold tables. This class utilizes the Singleton Creational pattern, so that only one database is instansiated.
| Method Summary | |
boolean |
addTable(DataTable dt)
Creates a new DataTable in this Database |
DataTable |
getTable(java.lang.String tableName)
|
static Database |
Instance()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public boolean addTable(DataTable dt)
public DataTable getTable(java.lang.String tableName)
public static Database Instance()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||