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
limitMethods inherited from class com.couchbase.client.java.query.dsl.path.DefaultOffsetPath
offsetMethods inherited from class com.couchbase.client.java.query.dsl.path.AbstractPath
element, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.couchbase.client.java.query.dsl.path.OffsetPath
offset
-
Constructor Details
-
DefaultOrderByPath
-
-
Method Details
-
orderBy
- Specified by:
orderByin interfaceOrderByPath
-