|
|||||||||
| 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 specified by index. |
Database |
databases(java.lang.String dbName)
Retrieves the Database 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.
Databases.Database databases(int index)
Database specified by index.
index -
Database instance.Database databases(java.lang.String dbName)
Database specified by name.
dbName -
Database instance.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||