com.metamatrix.common.buffer
Class LobTupleBatch

java.lang.Object
  extended by com.metamatrix.common.buffer.TupleBatch
      extended by com.metamatrix.common.buffer.LobTupleBatch
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable

public class LobTupleBatch
extends TupleBatch

A marker class file holding the lob based data in a separate batch holder.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.metamatrix.common.buffer.TupleBatch
UNKNOWN_SIZE
 
Constructor Summary
LobTupleBatch()
           
LobTupleBatch(int beginRow, java.util.List listOfTupleLists)
           
 
Method Summary
 
Methods inherited from class com.metamatrix.common.buffer.TupleBatch
getAllTuples, getBeginRow, getEndRow, getRowCount, getSize, getTerminationFlag, getTuple, readExternal, setDataTypes, setSize, setTerminationFlag, toString, writeExternal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LobTupleBatch

public LobTupleBatch()

LobTupleBatch

public LobTupleBatch(int beginRow,
                     java.util.List listOfTupleLists)


Copyright © 2009. All Rights Reserved.