public interface TupleSequence extends Tuple
This interface extends the Tuple
interface.
Objects implementing this interface allow access to each of their
fields at the current row only.
Modifier and Type | Method and Description |
---|---|
boolean |
next()
Move to the next item in the sequence.
|
getBooleanValue, getDoubleValue, getIntValue, getObjectValue, getRowIndex
Copyright © 2017 Central Laboratory of the Research Councils. All Rights Reserved.