|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The DatabaseManager interface defines the creation point for the database. It simply has one method, open, which returns a reference to a DatabaseIfc instance
Method Summary | |
DatabaseIfc |
create(java.lang.String name,
java.util.Properties props)
Open a Database with the specified name. |
Method Detail |
public DatabaseIfc create(java.lang.String name, java.util.Properties props) throws FailedToCreateDatabaseException
The input parameter 'props' holds vendor specific properties which can be used during the creation. The clietn can pass a null props param.
name
- name of the databaseprops
- vendor specific properties
FailedToCreateDatabaseException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |