add_entry
Description:
public abstract void add_entry (
Record record,
int id)
Add a record to the database.
It is assumed that the record is placed directly into the database (not copied) and not freed.
Parameters:
| this |
A DMAPContainerRecord.
|
| record |
A DMAPRecord.
|
| id |
The record's ID.
|