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