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 |
InsertSelectElement |
class |
InsertValueElement |
class |
JoinElement |
class |
KeysElement |
class |
LetElement |
class |
LettingElement |
class |
LimitElement |
class |
MergeDeleteElement |
class |
MergeInsertElement |
class |
NestElement |
class |
OffsetElement |
class |
OnElement
Element of the Index DSL that targets the keyspace on which to apply an index.
|
class |
OrderByElement |
class |
ReturningElement |
class |
SelectElement |
class |
SetElement |
class |
UnionElement |
class |
UnnestElement |
class |
UnsetElement |
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.