| Package | Description |
|---|---|
| com.couchbase.client.java.query.dsl.path | |
| com.couchbase.client.java.query.dsl.path.index |
| Modifier and Type | Interface and 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.
|
| Modifier and Type | Interface and 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).
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBuildIndexPath
see
BuildIndexPath |
class |
DefaultCreateIndexPath
See
CreateIndexPath. |
class |
DefaultDropPath
See
DropPath. |
class |
DefaultIndexNamesPath
See
IndexNamesPath. |
class |
DefaultOnPath
See
OnPath. |
class |
DefaultOnPrimaryPath
See
OnPrimaryPath. |
class |
DefaultUsingPath
See
UsingPath. |
class |
DefaultUsingWithPath
See
UsingWithPath. |
class |
DefaultWherePath
See
WherePath. |
class |
DefaultWithPath
See
WithPath. |
Copyright © 2015 Couchbase, Inc.