Uses of Class
com.syncbuilder.storage.DatabaseImpl

Packages that use DatabaseImpl
com.syncbuilder.storage Storage in the style of Palm OS databases.  
com.syncbuilder.storage.address   
com.syncbuilder.sync Connection management with the Palm device.  
 

Uses of DatabaseImpl in com.syncbuilder.storage
 

Fields in com.syncbuilder.storage declared as DatabaseImpl
protected  DatabaseImpl DatabaseBase._dbimpl
           
 

Methods in com.syncbuilder.storage that return DatabaseImpl
static DatabaseImpl DatabaseImplFactory.findDatabaseImplByName(java.lang.String dbname)
           
static DatabaseImpl DatabaseImplFactory.findDatabaseImplByCreator(Char4 creator)
           
 

Methods in com.syncbuilder.storage with parameters of type DatabaseImpl
static void DatabaseImplFactory.registerDatabaseImpl(DatabaseImpl dbimpl)
          Register an instance of DatabaseImpl with the factory.
 

Constructors in com.syncbuilder.storage with parameters of type DatabaseImpl
MemoryDatabase.MemoryDatabase(DatabaseImpl dbimpl, int dbmode)
          Construct an empty MemoryDatabase object.
DeviceDatabase.DeviceDatabase(Dlp dlp, int handle, DatabaseImpl dbimpl, int dbmode, int dbcard)
          Construct a DeviceDatabase object.
!!!
 

Uses of DatabaseImpl in com.syncbuilder.storage.address
 

Subclasses of DatabaseImpl in com.syncbuilder.storage.address
 class DatabaseImpl
          The DatabaseImpl for use with the Pilot's built-in Address-application
 

Uses of DatabaseImpl in com.syncbuilder.sync
 

Methods in com.syncbuilder.sync with parameters of type DatabaseImpl
 DeviceDatabase Dlp.openDB(DatabaseImpl dbimpl)
          Open a database with a known DatabaseImpl.
 DeviceDatabase Dlp.openDB(DatabaseImpl dbimpl, int mode)
          Open a database with a known DatabaseImpl.
 DeviceDatabase Dlp.openDB(DatabaseImpl dbimpl, int mode, int card)
          Open a database with a known DatabaseImpl.
 DeviceDatabase Dlp.createDB(DatabaseImpl dbimpl, int flags, int version)
          Create a new database on the default card of the Palm device.
 DeviceDatabase Dlp.createDB(DatabaseImpl dbimpl, int flags, int version, int card)
          Create a new database on the specified card of the Palm device.
 Record Dlp.dlp_ReadRecordByIndex(int handle, int index, DatabaseImpl dbimpl)
           
 Record Dlp.dlp_ReadRecordByID(int handle, RecordID id, DatabaseImpl dbimpl)
           
 Record Dlp.dlp_ReadNextRecInCategory(int handle, int category, DatabaseImpl dbimpl)
           
 Record Dlp.dlp_ReadNextModifiedRec(int handle, DatabaseImpl dbimpl)
           
 Record Dlp.dlp_ReadNextModifiedRecInCategory(int handle, int category, DatabaseImpl dbimpl)
           
 Resource Dlp.dlp_ReadResourceByType(int handle, Char4 type, int id, DatabaseImpl dbimpl)
           
 Resource Dlp.dlp_ReadResourceByIndex(int handle, int index, DatabaseImpl dbimpl)
           
 Pref Dlp.dlp_ReadAppPreference(Char4 creator, int id, boolean backup, DatabaseImpl dbimpl)
           
 AppBlock Dlp.dlp_ReadAppBlock(int handle, DatabaseImpl dbimpl)
           
 SortBlock Dlp.dlp_ReadSortBlock(int handle, DatabaseImpl dbimpl)
           
 



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