|
||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
| Packages that use Database | |
| com.syncbuilder.storage | Storage in the style of Palm OS databases. |
| com.syncbuilder.sync | Connection management with the Palm device. |
| com.syncbuilderx.syncman | A complete GUI desktop environment. |
| Uses of Database in com.syncbuilder.storage |
| Classes in com.syncbuilder.storage that implement Database | |
class |
DatabaseBase
A foundation for all implementations of databases. DatabaseBase is assisted by DatabaseImpl, which provides the neccessary knowledge to treat databases from different applications properly. |
class |
DeviceDatabase
A representation of an open database on the Palm device. DeviceDatabase is based on DatabaseBase, which provides several fundamental methods which are common to all implementations of databases (e.g createRecord() ).
|
class |
MemoryDatabase
A representation of an in-memory database. MemoryDatabase supports all the functionality that is specified in the Database interface. |
| Uses of Database in com.syncbuilder.sync |
| Methods in com.syncbuilder.sync with parameters of type Database | |
void |
SyncSession.saySynchronizing(Database database)
Final phase of synchronisation procedure: Inform the user that the specified database is being synchronized. |
| Uses of Database in com.syncbuilderx.syncman |
| Methods in com.syncbuilderx.syncman with parameters of type Database | |
void |
SMSession.saySynchronizing(Database database)
Final phase of synchronisation procedure: Inform the user that the specified database is being synchronized. |
|
||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||