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 OffsetPathlimit(int limit)Methods 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