|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Class Summary | |
|---|---|
| JDBCNotesDatabase | Notes Database using JDBC connectivity This implementation assumes that there will never be more notes stored than min(2^31-1, largest integer writable in database); it generates the primary keys as maximum over the rows in the database. |
| Note | |
| NotesDatabase | abstract class for storing notes |
| Exception Summary | |
|---|---|
| NotesDatabaseAccessException | Notes Database Exception for violated Access this Exception will be thrown from a NotesDatabase descendant if a user tries to retrieve a note which is not his own. |
| NotesDatabaseNoteIdInvalidException | Notes Database Exception for invalid (i.e. not existing) note Ids this Exception will be thrown from a NotesDatabase descendant if a user tries to retrieve a note with a non-existing note Id |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||