Uses of Interface
com.couchbase.client.java.query.dsl.path.SelectResultPath
-
Packages that use SelectResultPath Package Description com.couchbase.client.java.query.dsl.path -
-
Uses of SelectResultPath in com.couchbase.client.java.query.dsl.path
Subinterfaces of SelectResultPath 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
UnnestPath
.interface
WherePath
Filters resulting rows based on the given expression.Classes in com.couchbase.client.java.query.dsl.path that implement SelectResultPath 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
DefaultNestPath
.class
DefaultSelectResultPath
.class
DefaultUnnestPath
.class
DefaultWherePath
.Methods in com.couchbase.client.java.query.dsl.path with parameters of type SelectResultPath Modifier and Type Method Description SelectResultPath
DefaultSelectResultPath. except(SelectResultPath path)
SelectResultPath
SelectResultPath. except(SelectResultPath path)
SelectResultPath
DefaultSelectResultPath. exceptAll(SelectResultPath path)
SelectResultPath
SelectResultPath. exceptAll(SelectResultPath path)
SelectResultPath
DefaultSelectResultPath. intersect(SelectResultPath path)
SelectResultPath
SelectResultPath. intersect(SelectResultPath path)
SelectResultPath
DefaultSelectResultPath. intersectAll(SelectResultPath path)
SelectResultPath
SelectResultPath. intersectAll(SelectResultPath path)
SelectResultPath
DefaultSelectResultPath. union(SelectResultPath path)
SelectResultPath
SelectResultPath. union(SelectResultPath path)
SelectResultPath
DefaultSelectResultPath. unionAll(SelectResultPath path)
SelectResultPath
SelectResultPath. unionAll(SelectResultPath path)
-