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