Package | Description |
---|---|
com.couchbase.client.java.query.dsl.element | |
com.couchbase.client.java.query.dsl.path |
Modifier and Type | Class and Description |
---|---|
class |
AsElement
.
|
class |
BuildIndexElement
Element for initial clause of a BUILD index statement.
|
class |
DropIndexElement
Element for the initial clause of a DROP index statement.
|
class |
FromElement
.
|
class |
GroupByElement
.
|
class |
HavingElement
.
|
class |
HintIndexElement
Element of the Index DSL to create various forms of indexes.
|
class |
IndexElement
Element of the Index DSL to create various forms of indexes.
|
class |
IndexNamesElement
Element for listing index names when Building an Index.
|
class |
JoinElement
.
|
class |
KeysElement
.
|
class |
LetElement
.
|
class |
LettingElement
.
|
class |
LimitElement
.
|
class |
NestElement
.
|
class |
OffsetElement
.
|
class |
OnElement
Element of the Index DSL that targets the keyspace on which to apply an index.
|
class |
OrderByElement
.
|
class |
SelectElement
.
|
class |
UnionElement
.
|
class |
UnnestElement
.
|
class |
UsingElement
Element of the Index DSL that describes what kind of index to build.
|
class |
WhereElement
.
|
class |
WithIndexOptionElement
Element of the Index DSL that allows to describe additional options for index creation.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractPath.element(Element element) |
Copyright © 2015 Couchbase, Inc.. All rights reserved.