Class OpenHeap
- java.lang.Object
-
- org.apache.derby.impl.store.access.conglomerate.OpenConglomerate
-
- org.apache.derby.impl.store.access.heap.OpenHeap
-
class OpenHeap extends OpenConglomerate
-
-
Constructor Summary
Constructors Constructor Description OpenHeap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int[]
getFormatIds()
Public Methods of This class:RowLocation
newRowLocationTemplate()
Return an "empty" row location object of the correct type.-
Methods inherited from class org.apache.derby.impl.store.access.conglomerate.OpenConglomerate
checkConsistency, close, debugConglomerate, getConglomerate, getContainer, getHold, getInternalTablePropertySet, getOpenMode, getRawTran, getRuntimeMem, getSpaceInfo, getTableProperties, getXactMgr, init, isClosed, isForUpdate, isKeyed, isTableLocked, isUseUpdateLocks, latchPage, latchPageAndRepositionScan, lockPositionForRead, lockPositionForWrite, reopen, unlockPositionAfterRead
-
-
-
-
Method Detail
-
getFormatIds
public int[] getFormatIds()
Public Methods of This class:- Specified by:
getFormatIds
in classOpenConglomerate
-
newRowLocationTemplate
public RowLocation newRowLocationTemplate() throws StandardException
Return an "empty" row location object of the correct type.- Specified by:
newRowLocationTemplate
in classOpenConglomerate
- Returns:
- The empty Rowlocation.
- Throws:
StandardException
- Standard exception policy.
-
-