Package one.microstream.util.cql
Class CqlSelection.Default<I>
java.lang.Object
one.microstream.util.cql.CqlQuery.Abstract<I,I,XSequence<I>>
one.microstream.util.cql.CqlSelection.Default<I>
- All Implemented Interfaces:
XIterable<I>
,CqlIteration<I,I,XSequence<I>>
,CqlProjection<I,I>
,CqlQuery<I,I,XSequence<I>>
,CqlSelection<I>
,CqlTransfer<I,XSequence<I>>
- Enclosing interface:
- CqlSelection<I>
public static final class CqlSelection.Default<I> extends CqlQuery.Abstract<I,I,XSequence<I>> implements CqlSelection<I>
-
Nested Class Summary
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.util.cql.CqlSelection
CqlSelection.Default<I>
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.CqlQuery
executeInto, executeInto, executeInto, executeSelection, getLimit, getOrder, getProjector, getResultor, getSelector, getSkip, getSource, into, project, targeting
Methods inherited from interface one.microstream.util.cql.CqlSelection
from, into, into, iterate, limit, orderBy, over, select, skip
Methods inherited from interface one.microstream.util.cql.CqlTransfer
execute, executeInto, executeOn
-
Constructor Details
-
Default
public Default()
-