Package org.yamcs.yarch.streamsql
Class StreamSqlResultList
java.lang.Object
org.yamcs.yarch.streamsql.StreamSqlResultList
- All Implemented Interfaces:
Iterator<Tuple>
,StreamSqlResult
StreamSqlResult which stores a list of results
-
Constructor Details
-
StreamSqlResultList
public StreamSqlResultList()
-
-
Method Details
-
addTuple
-
hasNext
public boolean hasNext() -
next
-
close
public void close()Description copied from interface:StreamSqlResult
Close the associated resources- Specified by:
close
in interfaceStreamSqlResult
-