|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Workspace
A Workspace is database container.
| Method Summary | |
|---|---|
Databases |
databases()
Retrieves the Database container in this
Workspace |
Database |
databases(int index)
Retrieves the Database that specified by index |
Database |
databases(java.lang.String dbName)
Retrieves the Database that specified by name. |
| Methods inherited from interface jet.server.api.db.DBObject |
|---|
getName, getProperties, getProperty, getProperty, getUCName, setProperty |
| Method Detail |
|---|
Databases databases()
Database container in this
Workspace
DatabasesDatabase databases(int index)
Database that specified by index
index -
Database instance.Database databases(java.lang.String dbName)
Database that specified by name.
dbName -
Database instance.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||