Iterator for clauses. The iterator provides a simple mean for
iterating but avoiding casting as it is the case when using
the java.util.Enumeration or java.util.Iterator
interface. But both interfaces are also supported (i.e., extended).
author: Jens Dietrich version: 3.4 <7 March 05> since: 1.0
Method Summary
void
close() Close the iterator and release all resources.
boolean
hasMoreClauses() Indicates whether there are more clauses.
Close the iterator and release all resources.
New in 2.0 - the main motivation is to have a method
to release jdbc connections and other external resources.