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
TupleSourcenextTuple in interface TupleSourcenull if
there are no more tuples.TeiidComponentException - indicating a non-business
exception such as a communication exception, or other such
nondeterministic exceptionTeiidProcessingExceptionprotected abstract TupleSource createTupleSource() throws TeiidComponentException, TeiidProcessingException
public void closeSource()
TupleSourcecloseSource in interface TupleSourceCopyright © 2018 JBoss by Red Hat. All rights reserved.