org.norther.tammi.root.ojb.query
Class RsIteratorAdapter

java.lang.Object
  extended by org.norther.tammi.root.db.query.QueryIteratorAdapter
      extended by org.norther.tammi.root.ojb.query.RsIteratorAdapter
All Implemented Interfaces:
Iterator, QueryIterator

public class RsIteratorAdapter
extends QueryIteratorAdapter

A result set iterator adapter.

Author:
Ilkka Priha

Constructor Summary
RsIteratorAdapter(Iterator i)
          Constructs a new iterator.
 
Method Summary
 void release()
          Releases resource of this iterator.
 
Methods inherited from class org.norther.tammi.root.db.query.QueryIteratorAdapter
equals, getIterator, hashCode, hasNext, next, remove
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RsIteratorAdapter

public RsIteratorAdapter(Iterator i)
Constructs a new iterator.

Parameters:
i - an iterator to wrap.
Method Detail

release

public void release()
Description copied from interface: QueryIterator
Releases resource of this iterator.

Specified by:
release in interface QueryIterator
Overrides:
release in class QueryIteratorAdapter


Copyright © 2004 The Norther Organization. All rights reserved.