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, 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 databaseUnableToComplyException
- if deletion is not possibleSingleObjectBundle delete(DBIDRef id)
id
- the id of the object to be removed from the databaseUnableToComplyException
- if deletion is not possibleCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.