Package | Description |
---|---|
com.mckoi.database |
The core database classes for Mckoi.
|
com.mckoi.store |
Modifier and Type | Method and Description |
---|---|
MutableArea |
FixedRecordList.positionOnNode(long record_number)
Returns an Area object from the list block area with the position over
the record entry requested.
|
Modifier and Type | Method and Description |
---|---|
MutableArea |
HeapStore.getMutableArea(long pointer) |
MutableArea |
AbstractStore.getMutableArea(long id) |
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.
|
Copyright © 2015. All rights reserved.