Login | Register
[+/-]
Results of a query.
public interface com.mysql.clusterj.Results<E> extends java.lang.Iterable<E> {// Public Methods public java.util.Iterator<E> iterator();}
public java.util.Iterator<E> iterator();
Specified by: Method iterator in interface Iterable
iterator
Iterable
Get an iterator over the results of a query.
Parameters
return
the iterator