Package one.microstream.util.cql
Class CqlIteration.Default<I,O,R extends XIterable<O>>
java.lang.Object
one.microstream.util.cql.CqlQuery.Abstract<I,O,R>
one.microstream.util.cql.CqlIteration.Default<I,O,R>
- All Implemented Interfaces:
XIterable<O>
,CqlIteration<I,O,R>
,CqlQuery<I,O,R>
public static final class CqlIteration.Default<I,O,R extends XIterable<O>> extends CqlQuery.Abstract<I,O,R> implements CqlIteration<I,O,R>
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.util.cql.CqlIteration
CqlIteration.Default<I,O,R extends XIterable<O>>
Nested classes/interfaces inherited from interface one.microstream.util.cql.CqlQuery
CqlQuery.Abstract<I,O,R>, CqlQuery.Default<I,O,R>
Nested classes/interfaces inherited from interface one.microstream.collections.types.XIterable
XIterable.Executor<E>
-
Constructor Summary
Constructors Constructor Description Default()
-
Method Summary
Methods inherited from class one.microstream.util.cql.CqlQuery.Abstract
getLimit, getOrder, getProjector, getResultor, getSelector, getSkip, getSource
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface one.microstream.util.cql.CqlIteration
from, iterate, limit, orderBy, select, skip
Methods inherited from interface one.microstream.util.cql.CqlQuery
execute, executeInto, executeInto, executeInto, executeInto, executeOn, executeSelection, getLimit, getOrder, getProjector, getResultor, getSelector, getSkip, getSource, into, into, into, over, project, targeting
-
Constructor Details
-
Default
public Default()
-