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 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.CqlTransferCqlTransfer.Default<I,R extends XIterable<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, into, into, over, project, targetingMethods inherited from interface one.microstream.util.cql.CqlTransferexecute, executeInto, executeOn, from, iterate, limit, orderBy, select, skip
- 
Constructor Details- 
Defaultpublic Default()
 
-