
O - Object typepublic interface Relation<O> extends DatabaseQuery, HierarchicalResult
HINT_BULK, HINT_EXACT, HINT_HEAVY_USE, HINT_NO_CACHE, HINT_OPTIMIZED_ONLY, HINT_SINGLE| Modifier and Type | Method and Description |
|---|---|
void |
delete(DBID id)
Delete an objects values.
|
O |
get(DBID id)
Get the representation of an object.
|
Database |
getDatabase()
Get the associated database.
|
SimpleTypeInformation<O> |
getDataTypeInformation()
Get the data type of this representation
|
DBIDs |
getDBIDs()
Get the IDs the query is defined for.
|
IterableIterator<DBID> |
iterDBIDs()
Get an iterator access to the DBIDs.
|
void |
set(DBID id,
O val)
Set an object representation.
|
int |
size()
Get the number of DBIDs.
|
getHierarchy, setHierarchygetLongName, getShortNameDatabase getDatabase()
null!O get(DBID id)
id - Object IDvoid delete(DBID id)
id - ID to deleteSimpleTypeInformation<O> getDataTypeInformation()
DBIDs getDBIDs()
IterableIterator<DBID> iterDBIDs()
int size()