| Interface | Description |
|---|---|
| Element |
The Element interface describes keywords in the N1QL DSL.
|
| Class | Description |
|---|---|
| AsElement | |
| BuildIndexElement |
Element for initial clause of a BUILD index statement.
|
| DropIndexElement |
Element for the initial clause of a DROP index statement.
|
| FromElement | |
| GroupByElement | |
| HavingElement | |
| HintIndexElement |
Element of the Index DSL to create various forms of indexes.
|
| IndexElement |
Element of the Index DSL to create various forms of indexes.
|
| IndexNamesElement |
Element for listing index names when Building an Index.
|
| InsertSelectElement | |
| InsertValueElement | |
| JoinElement | |
| KeysElement | |
| LetElement | |
| LettingElement | |
| LimitElement | |
| MergeDeleteElement | |
| MergeInsertElement | |
| NestElement | |
| OffsetElement | |
| OnElement |
Element of the Index DSL that targets the keyspace on which to apply an index.
|
| OrderByElement | |
| ReturningElement | |
| SelectElement | |
| SetElement | |
| UnionElement | |
| UnnestElement | |
| UnsetElement | |
| UsingElement |
Element of the Index DSL that describes what kind of index to build.
|
| WhereElement | |
| WithIndexOptionElement |
Element of the Index DSL that allows to describe additional options for index creation.
|
| Enum | Description |
|---|---|
| InsertValueElement.InsertPosition | |
| KeysElement.ClauseType | |
| ReturningElement.ReturningType | |
| SetElement.SetPosition | |
| UnsetElement.UnsetPosition |
Copyright © 2015 Couchbase, Inc.