add_with_id


Description:

public abstract uint add_with_id (Record record, uint id)

Add a record to the database and assign it the given ID.

Parameters:

this

A media database.

record

A database record.

id

A database record ID.

Returns:

The ID for the newly added record.

See also the notes for dmap_db_add regarding reference counting.