Class SingleQueryResultIterator

  • All Implemented Interfaces:
    Iterator

    public class SingleQueryResultIterator
    extends Object
    implements Iterator
    INTERNAL: Iterator that iterates over a QueryResultIF and returns an immutable Map instance for each query result row. Note that the Map instance is the same for each item, and that only the Map values change with each step. This means that this iterator must be used with care.
    • Constructor Detail

      • SingleQueryResultIterator

        public SingleQueryResultIterator​(QueryResultIF result)