Uses of Interface
com.mckoi.store.MutableArea
-
Packages that use MutableArea Package Description com.mckoi.database The core database classes for Mckoi.com.mckoi.store -
-
Uses of MutableArea in com.mckoi.database
Methods in com.mckoi.database that return MutableArea Modifier and Type Method Description MutableArea
FixedRecordList. positionOnNode(long record_number)
Returns an Area object from the list block area with the position over the record entry requested. -
Uses of MutableArea in com.mckoi.store
Methods in com.mckoi.store that return MutableArea Modifier and Type Method Description MutableArea
AbstractStore. getMutableArea(long id)
MutableArea
HeapStore. getMutableArea(long pointer)
MutableArea
Store. getMutableArea(long id)
Returns an object that allows for the contents of an area (represented by the 'id' parameter) to be read and written.
-