MySQL NDB Cluster API Developer Guide

4.3.1.19 Results

Results of a query.

4.3.1.19.1 Synopsis
 public interface Results<E> extends, Iterable<E> {
// Public Methods  public abstract Iterator<E> iterator();
}
4.3.1.19.2 iterator()
public abstract Iterator<E> iterator();

Specified by: Method iterator in interface Iterable

Get an iterator over the results of a query.

Table 4.44 iterator()

Parameter Description
return the iterator