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