|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.metamatrix.query.processor.proc.UpdateCountTupleSource
public class UpdateCountTupleSource
| Constructor Summary | |
|---|---|
UpdateCountTupleSource(int count)
|
|
UpdateCountTupleSource(java.util.List tuple)
|
|
| Method Summary | |
|---|---|
void |
closeSource()
Closes the Tuple Source. |
java.util.List |
getSchema()
Returns the List of ElementSymbol describing the Tuple Source |
java.util.List |
nextTuple()
Returns the next tuple |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UpdateCountTupleSource(java.util.List tuple)
public UpdateCountTupleSource(int count)
| Method Detail |
|---|
public java.util.List getSchema()
TupleSource
getSchema in interface TupleSource
public java.util.List nextTuple()
throws MetaMatrixComponentException
TupleSource
nextTuple in interface TupleSourcenull if
there are no more tuples.
MetaMatrixComponentException - indicating a non-business
exception such as a communication exception, or other such
nondeterministic exception
public void closeSource()
throws MetaMatrixComponentException
TupleSource
closeSource in interface TupleSourceMetaMatrixComponentException - indicating a non-business
exception such as a communication exception, or other such
nondeterministic exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||