All Packages This Package Class Hierarchy Class Search Index
Class com.syncbuilder.storage.mail.DatabaseImpl
java.lang.Object
|
+----com.syncbuilder.storage.DatabaseImpl
|
+----com.syncbuilder.storage.mail.DatabaseImpl
public class DatabaseImpl
extends com.syncbuilder.storage.DatabaseImpl
{
// Constructors 1
public DatabaseImpl();
// Methods 10
public AppBlock createAppBlock();
public AppBlock createAppBlock(byte[]);
public Pref createPref(byte[], Char4, int, int, boolean);
public Record createRecord();
public Record createRecord(byte[], RecordID, int, int, int);
public Pref createSignaturePref();
public Pref createSyncPref();
public Pref createSyncPref(boolean);
public Char4 getCreatorID();
public String getDBName();
}
The DatabaseImpl for use with the Pilot's built-in E-Mail-application
public DatabaseImpl()
Default constructor
public AppBlock createAppBlock()
- Overrides:
- createAppBlock in class DatabaseImpl
public AppBlock createAppBlock(byte[] contents)
- Overrides:
- createAppBlock in class DatabaseImpl
public Record createRecord()
- Overrides:
- createRecord in class DatabaseImpl
public Record createRecord(byte[] contents,
RecordID id,
int index,
int attr,
int cat)
- Overrides:
- createRecord in class DatabaseImpl
public Pref createPref(byte[] contents,
Char4 creator,
int id,
int version,
boolean backup)
public Pref createSyncPref()
public Pref createSyncPref(boolean local)
public Pref createSignaturePref()
public Char4 getCreatorID()
- Overrides:
- getCreatorID in class DatabaseImpl
public String getDBName()
- Overrides:
- getDBName in class DatabaseImpl
All Packages This Package Class Hierarchy Class Search Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7