Package | Description |
---|---|
com.couchbase.client.java.query.dsl.path |
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 |
NestPath
.
|
interface |
UnnestPath
.
|
interface |
WherePath
Filters resulting rows based on the given expression.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultAsPath
.
|
class |
DefaultFromPath
.
|
class |
DefaultGroupByPath
.
|
class |
DefaultHavingPath
.
|
class |
DefaultHintPath
See
HintPath . |
class |
DefaultJoinPath
.
|
class |
DefaultKeysPath
.
|
class |
DefaultLetPath
.
|
class |
DefaultLettingPath
.
|
class |
DefaultNestPath
.
|
class |
DefaultSelectResultPath
.
|
class |
DefaultUnnestPath
.
|
class |
DefaultWherePath
.
|
Modifier and Type | Method and Description |
---|---|
SelectResultPath |
HavingPath.having(Expression condition) |
SelectResultPath |
DefaultHavingPath.having(Expression condition) |
Copyright © 2015 Couchbase, Inc.