Uses of Interface
com.couchbase.client.java.query.dsl.path.LimitPath
-
Packages that use LimitPath Package Description com.couchbase.client.java.query.dsl.path -
-
Uses of LimitPath in com.couchbase.client.java.query.dsl.path
Subinterfaces of LimitPath in com.couchbase.client.java.query.dsl.path Modifier and Type Interface Description interface
AsPath
.interface
FromPath
.interface
GroupByPath
.interface
HavingPath
.interface
HintPath
Hint clause (especially for specifying indexes to use) after a from clause.interface
JoinPath
.interface
KeysPath
.interface
LetPath
interface
LettingPath
.interface
NestPath
.interface
OrderByPath
.interface
SelectResultPath
.interface
UnnestPath
.interface
WherePath
Filters resulting rows based on the given expression.Classes in com.couchbase.client.java.query.dsl.path that implement LimitPath Modifier and Type Class Description class
DefaultAsPath
.class
DefaultFromPath
.class
DefaultGroupByPath
.class
DefaultHavingPath
.class
DefaultHintPath
SeeHintPath
.class
DefaultJoinPath
.class
DefaultKeysPath
.class
DefaultLetPath
.class
DefaultLettingPath
.class
DefaultLimitPath
class
DefaultNestPath
.class
DefaultOrderByPath
.class
DefaultSelectResultPath
.class
DefaultUnnestPath
.class
DefaultWherePath
.Methods in com.couchbase.client.java.query.dsl.path that return LimitPath Modifier and Type Method Description LimitPath
DefaultOrderByPath. orderBy(Sort... orderings)
LimitPath
OrderByPath. orderBy(Sort... orderings)
-