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

    Modifier and Type Method Description
    LimitPath orderBy​(Sort... orderings)  

    Methods inherited from interface com.couchbase.client.java.query.dsl.path.LimitPath

    limit

    Methods inherited from interface com.couchbase.client.java.query.dsl.path.OffsetPath

    offset
  • Method Details