org.norther.tammi.root.db.query
Interface QueryIterator

All Superinterfaces:
Iterator
All Known Implementing Classes:
QueryIteratorAdapter, RsIteratorAdapter, ScrollIteratorAdapter

public interface QueryIterator
extends Iterator

An interface to query iterators.

Author:
Ilkka Priha

Method Summary
 void release()
          Releases resource of this iterator.
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

release

void release()
Releases resource of this iterator.



Copyright © 2004 The Norther Organization. All rights reserved.