Package | Description |
---|---|
com.couchbase.client.java.query.dsl.path |
Modifier and Type | Interface and Description |
---|---|
interface |
AsPath
.
|
interface |
FromPath
.
|
interface |
HintPath
Hint clause (especially for specifying indexes to use) after a from clause.
|
interface |
JoinPath
.
|
interface |
KeysPath
.
|
interface |
NestPath
.
|
interface |
UnnestPath
.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultAsPath
.
|
class |
DefaultFromPath
.
|
class |
DefaultHintPath
See
HintPath . |
class |
DefaultJoinPath
.
|
class |
DefaultKeysPath
.
|
class |
DefaultLetPath
.
|
class |
DefaultNestPath
.
|
class |
DefaultUnnestPath
.
|
Modifier and Type | Method and Description |
---|---|
LetPath |
UnnestPath.as(String alias) |
LetPath |
DefaultUnnestPath.as(String alias) |
LetPath |
KeysPath.onKeys(Expression expression)
the on-key clause of a join/nest/unnest clause
|
LetPath |
DefaultKeysPath.onKeys(Expression expression) |
LetPath |
KeysPath.onKeys(JsonArray keys)
the on-key clause of a join/nest/unnest clause with an array of constant keys (eg.
|
LetPath |
DefaultKeysPath.onKeys(JsonArray keys) |
LetPath |
KeysPath.onKeys(String key)
the on-key clause of a join/nest/unnest clause with a single token key (eg.
|
LetPath |
DefaultKeysPath.onKeys(String key) |
LetPath |
KeysPath.onKeysValues(String... constantKeys)
the on-key clause of a join/nest/unnest clause with 1-n constant keys (eg.
|
LetPath |
DefaultKeysPath.onKeysValues(String... constantKeys) |
LetPath |
KeysPath.useKeys(Expression expression)
use the primary keyspace (doc id) in a join clause)
|
LetPath |
DefaultKeysPath.useKeys(Expression expression) |
LetPath |
KeysPath.useKeys(JsonArray keys)
use the primary keyspace (doc id) in a join clause)
|
LetPath |
DefaultKeysPath.useKeys(JsonArray keys) |
LetPath |
KeysPath.useKeys(String key)
use the primary keyspace (doc id) in a join clause), with a single key given as a token expression (eg.
|
LetPath |
DefaultKeysPath.useKeys(String key) |
LetPath |
KeysPath.useKeysValues(String... keys)
use the primary keyspace (doc id) in a join clause, with one or more keys given as constants (eg.
|
LetPath |
DefaultKeysPath.useKeysValues(String... keys) |
Copyright © 2015 Couchbase, Inc.