ru.biosoft.access
Class SqlDataCollection.SQLIterator

java.lang.Object
  extended byru.biosoft.access.SqlDataCollection.SQLIterator
All Implemented Interfaces:
java.util.Iterator
Enclosing class:
SqlDataCollection

protected class SqlDataCollection.SQLIterator
extends java.lang.Object
implements java.util.Iterator

Implement Iterator for iterate SqlDataCollection elements.

See Also:
SQLDataCollection

Constructor Summary
SqlDataCollection.SQLIterator()
          Create iterator.
 
Method Summary
 boolean hasNext()
          Implement Iterator.hasNext().
 java.lang.Object next()
          Implement Iterator.next().
 void remove()
          Not implemented yet.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlDataCollection.SQLIterator

public SqlDataCollection.SQLIterator()
Create iterator. Ask DBMS for all DataElements and fill resultSet.

Method Detail

hasNext

public boolean hasNext()
Implement Iterator.hasNext().

Specified by:
hasNext in interface java.util.Iterator
See Also:
Iterator.hasNext()

next

public java.lang.Object next()
Implement Iterator.next().

Specified by:
next in interface java.util.Iterator
See Also:
Iterator.next()

remove

public void remove()
Not implemented yet.

Specified by:
remove in interface java.util.Iterator
See Also:
Iterator.remove()


Copyright © 2001-2003 Biosof.Ru. All Rights Reserved.