All Packages This Package Class Hierarchy Class Search Index
Class com.syncbuilder.storage.appointment.DatabaseImpl
java.lang.Object
|
+----com.syncbuilder.storage.DatabaseImpl
|
+----com.syncbuilder.storage.appointment.DatabaseImpl
public class DatabaseImpl
extends com.syncbuilder.storage.DatabaseImpl
{
// Constructors 1
public DatabaseImpl();
// Methods 6
public AppBlock createAppBlock();
public AppBlock createAppBlock(byte[]);
public Record createRecord();
public Record createRecord(byte[], RecordID, int, int, int);
public Char4 getCreatorID();
public String getDBName();
}
The DatabaseImpl for use with the Pilot's built-in Datebook-application
public DatabaseImpl()
Default constructor
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 AppBlock createAppBlock()
- Overrides:
- createAppBlock in class DatabaseImpl
public AppBlock createAppBlock(byte[] contents)
- Overrides:
- createAppBlock in class DatabaseImpl
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