|
||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
| Packages that use Record | |
| com.syncbuilder.storage | Storage in the style of Palm OS databases. |
| com.syncbuilder.storage.address | |
| com.syncbuilder.storage.appointment | |
| com.syncbuilder.storage.expense | |
| com.syncbuilder.storage.generic | |
| com.syncbuilder.storage.mail | |
| com.syncbuilder.storage.memo | |
| com.syncbuilder.storage.todo | |
| com.syncbuilder.sync | Connection management with the Palm device. |
| Uses of Record in com.syncbuilder.storage |
| Methods in com.syncbuilder.storage that return Record | |
Record |
Database.getRecord(int index)
Retrieve the Record with the specified index from the Database. |
Record |
Database.getRecord(RecordID uid)
Retrieve the Record with the specified UID from the Database. |
Record |
Database.getNextRecord(int category)
Retrieve the next Record within the specified category from the Database. |
Record |
Database.getNextModifiedRecord()
Retrieve the next modified Record from the Database. |
Record |
Database.getNextModifiedRecord(int category)
Retrieve the next modified Record within the specified category from the Database. |
Record |
Database.createRecord()
Create a new Record with an unspecified RecordID (0). |
Record |
Database.createRecord(RecordID id)
Create a new Record with the specified RecordID. |
Record |
Database.createRecord(byte[] contents,
RecordID id,
int index,
int attr,
int cat)
Create a new Record with the specified RecordID. |
abstract Record |
DatabaseBase.getRecord(int index)
|
abstract Record |
DatabaseBase.getRecord(RecordID uid)
|
abstract Record |
DatabaseBase.getNextRecord(int category)
|
abstract Record |
DatabaseBase.getNextModifiedRecord()
|
abstract Record |
DatabaseBase.getNextModifiedRecord(int category)
|
Record |
DatabaseBase.createRecord()
Create a new Record with an unspecified RecordID (0). |
Record |
DatabaseBase.createRecord(RecordID id)
Create a new Record with the specified RecordID. |
Record |
DatabaseBase.createRecord(byte[] contents,
RecordID id,
int index,
int attr,
int cat)
Create a new Record with the specified RecordID, index, attributes, and category. |
Record |
MemoryDatabase.getRecord(int index)
|
Record |
MemoryDatabase.getRecord(RecordID uid)
|
Record |
MemoryDatabase.getNextRecord(int category)
|
Record |
MemoryDatabase.getNextModifiedRecord()
|
Record |
MemoryDatabase.getNextModifiedRecord(int category)
|
Record |
DeviceDatabase.getRecord(int index)
|
Record |
DeviceDatabase.getRecord(RecordID uid)
|
Record |
DeviceDatabase.getNextRecord(int category)
|
Record |
DeviceDatabase.getNextModifiedRecord()
|
Record |
DeviceDatabase.getNextModifiedRecord(int category)
|
abstract Record |
DatabaseImpl.createRecord()
|
Record |
DatabaseImpl.createRecord(RecordID id)
|
abstract Record |
DatabaseImpl.createRecord(byte[] contents,
RecordID id,
int index,
int attr,
int cat)
|
| Methods in com.syncbuilder.storage with parameters of type Record | |
void |
Database.putRecord(Record record)
Stores a record in the database. |
abstract void |
DatabaseBase.putRecord(Record record)
Writes a record to the database. |
void |
MemoryDatabase.putRecord(Record record)
Writes a record to the database. |
void |
DeviceDatabase.putRecord(Record record)
Writes a record to the database. |
| Uses of Record in com.syncbuilder.storage.address |
| Subclasses of Record in com.syncbuilder.storage.address | |
class |
Record
A representation of an address database record. |
| Methods in com.syncbuilder.storage.address that return Record | |
Record |
DatabaseImpl.createRecord()
|
Record |
DatabaseImpl.createRecord(byte[] contents,
RecordID id,
int index,
int attr,
int cat)
|
| Uses of Record in com.syncbuilder.storage.appointment |
| Methods in com.syncbuilder.storage.appointment that return Record | |
Record |
DatabaseImpl.createRecord()
|
Record |
DatabaseImpl.createRecord(byte[] contents,
RecordID id,
int index,
int attr,
int cat)
|
| Uses of Record in com.syncbuilder.storage.expense |
| Methods in com.syncbuilder.storage.expense that return Record | |
Record |
DatabaseImpl.createRecord()
|
Record |
DatabaseImpl.createRecord(byte[] contents,
RecordID id,
int index,
int attr,
int cat)
|
| Uses of Record in com.syncbuilder.storage.generic |
| Methods in com.syncbuilder.storage.generic that return Record | |
Record |
DatabaseImpl.createRecord()
|
Record |
DatabaseImpl.createRecord(byte[] contents,
RecordID id,
int index,
int attr,
int cat)
|
| Uses of Record in com.syncbuilder.storage.mail |
| Methods in com.syncbuilder.storage.mail that return Record | |
Record |
DatabaseImpl.createRecord()
|
Record |
DatabaseImpl.createRecord(byte[] contents,
RecordID id,
int index,
int attr,
int cat)
|
| Uses of Record in com.syncbuilder.storage.memo |
| Methods in com.syncbuilder.storage.memo that return Record | |
Record |
DatabaseImpl.createRecord()
|
Record |
DatabaseImpl.createRecord(byte[] contents,
RecordID id,
int index,
int attr,
int cat)
|
| Uses of Record in com.syncbuilder.storage.todo |
| Methods in com.syncbuilder.storage.todo that return Record | |
Record |
DatabaseImpl.createRecord()
|
Record |
DatabaseImpl.createRecord(byte[] contents,
RecordID id,
int index,
int attr,
int cat)
|
| Uses of Record in com.syncbuilder.sync |
| Methods in com.syncbuilder.sync that return Record | |
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)
|
| Methods in com.syncbuilder.sync with parameters of type Record | |
void |
Dlp.dlp_WriteRecord(int handle,
Record record)
|
|
||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||