Class DefaultOrderByPath
java.lang.Object
com.couchbase.client.java.query.dsl.path.AbstractPath
com.couchbase.client.java.query.dsl.path.DefaultOffsetPath
com.couchbase.client.java.query.dsl.path.DefaultLimitPath
com.couchbase.client.java.query.dsl.path.DefaultOrderByPath
- All Implemented Interfaces:
LimitPath
,OffsetPath
,OrderByPath
,Path
,Statement
- Direct Known Subclasses:
DefaultSelectResultPath
public class DefaultOrderByPath extends DefaultLimitPath implements OrderByPath
.
- Author:
- Michael Nitschinger
-
Constructor Summary
Constructors Constructor Description DefaultOrderByPath(AbstractPath parent)
-
Method Summary
Methods inherited from class com.couchbase.client.java.query.dsl.path.DefaultLimitPath
limit
Methods inherited from class com.couchbase.client.java.query.dsl.path.DefaultOffsetPath
offset
Methods inherited from class com.couchbase.client.java.query.dsl.path.AbstractPath
element, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.couchbase.client.java.query.dsl.path.OffsetPath
offset
-
Constructor Details
-
DefaultOrderByPath
-
-
Method Details
-
orderBy
- Specified by:
orderBy
in interfaceOrderByPath
-