public interface UpdatableDatabase extends Database
Modifier and Type | Method and Description |
---|---|
SingleObjectBundle |
delete(DBIDRef id)
Removes and returns the specified objects with the given ids from the
database.
|
ObjectBundle |
delete(DBIDs ids)
Removes and returns the specified objects with the given ids from the
database.
|
DBIDs |
insert(ObjectBundle objpackages)
Inserts the given object(s) and their associations into the database.
|
accumulateDataStoreEvents, addDataStoreListener, flushDataStoreEvents, getBundle, getDistanceQuery, getKNNQuery, getRangeQuery, getRelation, getRelations, getRKNNQuery, getSimilarityQuery, getSimilarityRangeQuery, initialize, removeDataStoreListener
getHierarchy, setHierarchy
getLongName, getShortName
DBIDs insert(ObjectBundle objpackages)
objpackages
- the objects to be insertedObjectBundle delete(DBIDs ids)
ids
- the ids of the object to be removed from the databaseSingleObjectBundle delete(DBIDRef id)
id
- the id of the object to be removed from the databaseCopyright © 2019 ELKI Development Team. License information.