org.apache.ojb.broker.accesslayer
Class SqlBasedRsIterator

java.lang.Object
  extended by org.apache.ojb.broker.accesslayer.RsIterator
      extended by org.apache.ojb.broker.accesslayer.SqlBasedRsIterator
All Implemented Interfaces:
java.util.Iterator, OJBIterator
Direct Known Subclasses:
SqlBasedReportQueryRsIterator

public class SqlBasedRsIterator
extends RsIterator

RsIterator based on SQL-Statement

Version:
$Id: SqlBasedRsIterator.java 365232 2005-12-21 22:36:07Z tomdz $
Author:
Jakob Braeuchi

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.ojb.broker.accesslayer.RsIterator
RsIterator.ResourceClosedException, RsIterator.ResourceNotClosedException, RsIterator.ResourceWrapper
 
Constructor Summary
SqlBasedRsIterator(RsQueryObject queryObject, PersistenceBrokerImpl broker)
          SqlBasedRsIterator constructor.
 
Method Summary
 
Methods inherited from class org.apache.ojb.broker.accesslayer.RsIterator
absolute, disableLifeCycleEvents, fullSize, getClassDescriptor, hasNext, next, relative, releaseDbResources, remove, setAutoRelease, size, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SqlBasedRsIterator

public SqlBasedRsIterator(RsQueryObject queryObject,
                          PersistenceBrokerImpl broker)
                   throws PersistenceBrokerException
SqlBasedRsIterator constructor.

Throws:
PersistenceBrokerException


(C) 2002 - 2006 Apache Software Foundation
All rights reserved. Published under the Apache License 2.0.
http://db.apache.org/ojb
Version: 1.0.4, 2005-12-30