4.3.1.16. Interface Results

4.3.1.16.1. Synopsis
4.3.1.16.2. iterator()

Results of a query.

4.3.1.16.1. Synopsis
 public interface com.mysql.clusterj.Results<E> extends, java.lang.Iterable<E> {
// Public Methods  public java.­util.­Iterator<E> iterator();
}
4.3.1.16.2. iterator()
public java.­util.­Iterator<E> iterator();

Specified by: Method iterator in interface Iterable

Get an iterator over the results of a query.

Parameters

return

the iterator