public abstract class DBCIterator<E> extends Object implements Iterator<E>
Abstract class for iterators returned by the DataBaseConnector
which hold JDBC Connection objects. This class defines a method
close() which should be implemented to free employed resources
such as database connections, threads etc.
| Constructor and Description |
|---|
DBCIterator() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
close()
Frees resources occupied by this iterator (e.g.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, hasNext, next, removeCopyright © 2018 JULIE Lab, Germany. All rights reserved.