Class DefaultLimitPath
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
- All Implemented Interfaces:
LimitPath
,OffsetPath
,Path
,Statement
- Direct Known Subclasses:
DefaultOrderByPath
public class DefaultLimitPath extends DefaultOffsetPath implements LimitPath
-
Constructor Summary
Constructors Constructor Description DefaultLimitPath(AbstractPath parent)
-
Method Summary
Modifier and Type Method Description OffsetPath
limit(int 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