public abstract class TempTableDataManager.ProxyTupleSource extends Object implements TupleSource
Constructor and Description |
---|
ProxyTupleSource() |
Modifier and Type | Method and Description |
---|---|
void |
closeSource()
Closes the Tuple Source.
|
protected abstract TupleSource |
createTupleSource() |
List<?> |
nextTuple()
Returns the next tuple
|
public List<?> nextTuple() throws TeiidComponentException, TeiidProcessingException
TupleSource
nextTuple
in interface TupleSource
null
if
there are no more tuples.TeiidComponentException
- indicating a non-business
exception such as a communication exception, or other such
nondeterministic exceptionTeiidProcessingException
protected abstract TupleSource createTupleSource() throws TeiidComponentException, TeiidProcessingException
public void closeSource()
TupleSource
closeSource
in interface TupleSource
Copyright © 2018 JBoss by Red Hat. All rights reserved.