Uses of Class
com.syncbuilder.storage.DatabaseBase

Packages that use DatabaseBase
com.syncbuilder.storage Storage in the style of Palm OS databases.  
 

Uses of DatabaseBase in com.syncbuilder.storage
 

Subclasses of DatabaseBase in com.syncbuilder.storage
 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.
 



This material is Copyrighted (C) 1999 by Tilo Christ. All Rights Reserved.