org.apache.derby.impl.store.access.heap
Class OpenHeap

java.lang.Object
  extended by org.apache.derby.impl.store.access.conglomerate.OpenConglomerate
      extended by org.apache.derby.impl.store.access.heap.OpenHeap

 class OpenHeap
extends OpenConglomerate


Constructor Summary
OpenHeap()
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenHeap

OpenHeap()
Method Detail

getFormatIds

public int[] getFormatIds()
Public Methods of This class:

Specified by:
getFormatIds in class OpenConglomerate

newRowLocationTemplate

public RowLocation newRowLocationTemplate()
                                   throws StandardException
Return an "empty" row location object of the correct type.

Specified by:
newRowLocationTemplate in class OpenConglomerate
Returns:
The empty Rowlocation.
Throws:
StandardException - Standard exception policy.

Built on Thu 2012-03-29 21:53:33+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.