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 SummaryNested classes/interfaces inherited from interface one.microstream.util.cql.CqlQueryCqlQuery.Abstract<I,O,R>, CqlQuery.Default<I,O,R>Nested classes/interfaces inherited from interface one.microstream.util.cql.CqlSelectionCqlSelection.Default<I>Nested classes/interfaces inherited from interface one.microstream.collections.types.XIterableXIterable.Executor<E>
- 
Constructor SummaryConstructors Constructor Description Default()
- 
Method SummaryMethods inherited from class one.microstream.util.cql.CqlQuery.AbstractgetLimit, getOrder, getProjector, getResultor, getSelector, getSkip, getSourceMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface one.microstream.util.cql.CqlQueryexecuteInto, executeInto, executeInto, executeSelection, getLimit, getOrder, getProjector, getResultor, getSelector, getSkip, getSource, into, project, targetingMethods inherited from interface one.microstream.util.cql.CqlSelectionfrom, into, into, iterate, limit, orderBy, over, select, skipMethods inherited from interface one.microstream.util.cql.CqlTransferexecute, executeInto, executeOn
- 
Constructor Details- 
Defaultpublic Default()
 
-