Class DefaultOffsetPath
- java.lang.Object
-
- com.couchbase.client.java.query.dsl.path.AbstractPath
-
- com.couchbase.client.java.query.dsl.path.DefaultOffsetPath
-
- All Implemented Interfaces:
OffsetPath,Path,Statement
- Direct Known Subclasses:
DefaultLimitPath
public class DefaultOffsetPath extends AbstractPath implements OffsetPath
.- Author:
- Michael Nitschinger
-
-
Constructor Summary
Constructors Constructor Description DefaultOffsetPath(AbstractPath parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Statementoffset(int offset)-
Methods inherited from class com.couchbase.client.java.query.dsl.path.AbstractPath
element, toString
-
-
-
-
Constructor Detail
-
DefaultOffsetPath
public DefaultOffsetPath(AbstractPath parent)
-
-
Method Detail
-
offset
public Statement offset(int offset)
- Specified by:
offsetin interfaceOffsetPath
-
-