|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WritableRecordStore
Represents a storage which stores multiple values per object in a record fashion.
Method Summary | ||
---|---|---|
|
getStorage(int col,
Class<? super T> datatype)
Get a WritableDataStore instance for a particular record column. |
|
boolean |
remove(DBID id)
Remove an object from the store, all columns. |
Method Detail |
---|
<T> WritableDataStore<T> getStorage(int col, Class<? super T> datatype)
WritableDataStore
instance for a particular record column.
getStorage
in interface RecordStore
T
- Data typecol
- Column numberdatatype
- data class
boolean remove(DBID id)
id
- object ID to remove
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |