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 |
LimitPath |
interface |
NestPath
.
|
interface |
OrderByPath
.
|
interface |
SelectResultPath
.
|
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 |
DefaultLimitPath |
class |
DefaultNestPath
.
|
class |
DefaultOffsetPath
.
|
class |
DefaultOrderByPath
.
|
class |
DefaultSelectResultPath
.
|
class |
DefaultUnnestPath
.
|
class |
DefaultWherePath
.
|
Modifier and Type | Method and Description |
---|---|
OffsetPath |
LimitPath.limit(int limit) |
OffsetPath |
DefaultLimitPath.limit(int limit) |
Copyright © 2015 Couchbase, Inc.