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