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 Summary
Nested classes/interfaces inherited from interface one.microstream.util.cql.CqlProjection
CqlProjection.Default<I,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.CqlProjection
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()
-