Class OpenHeap
java.lang.Object
org.apache.derby.impl.store.access.conglomerate.OpenConglomerate
org.apache.derby.impl.store.access.heap.OpenHeap
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint[]
Public Methods of This class: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
-
Constructor Details
-
OpenHeap
OpenHeap()
-
-
Method Details
-
getFormatIds
public int[] getFormatIds()Public Methods of This class:- Specified by:
getFormatIds
in classOpenConglomerate
-
newRowLocationTemplate
Return an "empty" row location object of the correct type.- Specified by:
newRowLocationTemplate
in classOpenConglomerate
- Returns:
- The empty Rowlocation.
- Throws:
StandardException
- Standard exception policy.
-