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 |
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 |
LimitPath |
interface |
NestPath
.
|
interface |
OffsetPath
.
|
interface |
OrderByPath
.
|
interface |
SelectPath
.
|
interface |
SelectResultPath
.
|
interface |
UnnestPath
.
|
interface |
WherePath
Filters resulting rows based on the given expression.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPath
.
|
class |
DefaultAsPath
.
|
class |
DefaultFromPath
.
|
class |
DefaultGroupByPath
.
|
class |
DefaultHavingPath
.
|
class |
DefaultHintPath
See
HintPath . |
class |
DefaultJoinPath
.
|
class |
DefaultKeysPath
.
|
class |
DefaultLetPath
.
|
class |
DefaultLettingPath
.
|
class |
DefaultLimitPath
.
|
class |
DefaultNestPath
.
|
class |
DefaultOffsetPath
.
|
class |
DefaultOrderByPath
.
|
class |
DefaultSelectPath
.
|
class |
DefaultSelectResultPath
.
|
class |
DefaultUnnestPath
.
|
class |
DefaultWherePath
.
|
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 |
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 |
DefaultWithPath
See
WithPath . |
Copyright © 2015 Couchbase, Inc.. All rights reserved.