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 MutableAreaFixedRecordList. 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 MutableAreaAbstractStore. getMutableArea(long id)MutableAreaHeapStore. getMutableArea(long pointer)MutableAreaStore. getMutableArea(long id)Returns an object that allows for the contents of an area (represented by the 'id' parameter) to be read and written.
-