|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IndexedTupleSource
| Method Summary | |
|---|---|
int |
getCurrentIndex()
Get the current position. |
boolean |
hasNext()
|
void |
mark()
Save the current position that can be restored with a call to reset() |
void |
reset()
Restore the previous mark and set the mark back to the first position. |
void |
setPosition(int position)
Set the tuple source position |
| Methods inherited from interface org.teiid.common.buffer.TupleSource |
|---|
closeSource, nextTuple |
| Method Detail |
|---|
boolean hasNext()
throws TeiidComponentException,
TeiidProcessingException
TeiidComponentException
TeiidProcessingExceptionvoid mark()
reset()
void reset()
void setPosition(int position)
position - int getCurrentIndex()
TupleSource.nextTuple()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||