| |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DatabaseException | |
fipaos.skill.db |
Uses of DatabaseException in fipaos.skill.db |
Methods in fipaos.skill.db that throw DatabaseException | |
void | Database.addObject(DatabaseObject obj) Method to add the given DatabaseObject to the database, in the given relation. |
void | Database.closeDatabase() Method to close the database store. |
void | Database.createDatabase() Method to create the database store. |
void | Database.createRelation(String relation) Creates the given relation within the Database |
void | Database.deleteDatabase() Method to remove the database store. |
void | Database.deleteRelation(String relation) Deletes the given relation from the Database |
void | Database.endTransaction() Indicates that a transaction has finished. |
DatabaseObject | Database.findObject(String unique_id) Method to locate the object in the given relation with the given UID |
Enumeration | Database.getIDs() Method to return an enumeration of the keys in the database |
void | Database.openDatabase() Method to re-open the database store. |
void | Database.removeObject(DatabaseObject obj) Method to remove the given DatabaseObject from the Database |
void | Database.removeObject(String unique_id) Method to remove the DatabaseObject from the Database with the given UID |
void | Database.startTransaction(boolean readonly) Indicates that a transaction is about to start. |
void | Database.updateObject(DatabaseObject obj) Method to update the given DatabaseObject in the Database |
| |||||||||
PREV NEXT | FRAMES NO FRAMES |