Interface LimitPath
-
- All Superinterfaces:
OffsetPath,Path,Statement
- All Known Subinterfaces:
AsPath,FromPath,GroupByPath,HavingPath,HintPath,JoinPath,KeysPath,LetPath,LettingPath,NestPath,OrderByPath,SelectResultPath,UnnestPath,WherePath
- All Known Implementing Classes:
DefaultAsPath,DefaultFromPath,DefaultGroupByPath,DefaultHavingPath,DefaultHintPath,DefaultJoinPath,DefaultKeysPath,DefaultLetPath,DefaultLettingPath,DefaultLimitPath,DefaultNestPath,DefaultOrderByPath,DefaultSelectResultPath,DefaultUnnestPath,DefaultWherePath
public interface LimitPath extends OffsetPath
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OffsetPathlimit(int limit)-
Methods inherited from interface com.couchbase.client.java.query.dsl.path.OffsetPath
offset
-
-
-
-
Method Detail
-
limit
OffsetPath limit(int limit)
-
-