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