Uses of Interface
com.couchbase.client.java.query.dsl.path.Path
-
Packages that use Path Package Description com.couchbase.client.java.query.dsl.path com.couchbase.client.java.query.dsl.path.index -
-
Uses of Path in com.couchbase.client.java.query.dsl.path
Subinterfaces of Path in com.couchbase.client.java.query.dsl.path Modifier and Type Interface Description interface
AsPath
.interface
DeleteUsePath
interface
FromPath
.interface
GroupByPath
.interface
HavingPath
.interface
HintPath
Hint clause (especially for specifying indexes to use) after a from clause.interface
InitialInsertPath
interface
InitialUpdateUnsetPath
interface
InsertValuesPath
interface
JoinPath
.interface
KeysPath
.interface
LetPath
interface
LettingPath
.interface
LimitPath
interface
MergeDeletePath
interface
MergeDeleteWherePath
interface
MergeInsertPath
interface
MergeInsertWherePath
interface
MergeKeyClausePath
interface
MergeSourcePath
interface
MergeUpdatePath
.interface
MergeUpdateSetOrUnsetPath
interface
MergeUpdateSetPath
interface
MergeUpdateUnsetPath
interface
MergeUpdateWherePath
interface
MutateLimitPath
interface
MutateWherePath
interface
NestPath
.interface
OffsetPath
.interface
OrderByPath
.interface
ReturningPath
interface
SelectPath
.interface
SelectResultPath
.interface
UnnestPath
.interface
UpdateSetOrUnsetPath
interface
UpdateSetPath
interface
UpdateUnsetPath
interface
UpdateUsePath
interface
WherePath
Filters resulting rows based on the given expression. -
Uses of Path in com.couchbase.client.java.query.dsl.path.index
Subinterfaces of Path in com.couchbase.client.java.query.dsl.path.index Modifier and Type Interface Description interface
BuildIndexPath
Starting path of the Index building DSL.interface
CreateIndexPath
Starting path of the Index creation DSL.interface
DropPath
Initial path of the Index dropping DSL.interface
IndexNamesPath
Path of the Index building DSL to specify which index(es) to build.interface
OnPath
On path in the Index creation DSL.interface
OnPrimaryPath
On path in the primary Index creation DSL.interface
UsingPath
Using path of the Index dropping DSL.interface
UsingWithPath
Using path of the Index creation DSL.interface
WherePath
Where clause in the Index creation DSL.interface
WithPath
With path of the Index creation DSL (setting options).Classes in com.couchbase.client.java.query.dsl.path.index that implement Path Modifier and Type Class Description class
DefaultBuildIndexPath
seeBuildIndexPath
class
DefaultCreateIndexPath
SeeCreateIndexPath
.class
DefaultDropPath
SeeDropPath
.class
DefaultIndexNamesPath
SeeIndexNamesPath
.class
DefaultOnPath
SeeOnPath
.class
DefaultOnPrimaryPath
SeeOnPrimaryPath
.class
DefaultUsingPath
SeeUsingPath
.class
DefaultUsingWithPath
SeeUsingWithPath
.class
DefaultWherePath
SeeWherePath
.class
DefaultWithPath
SeeWithPath
.
-