| Interface | Description |
|---|---|
| BuildIndexPath |
Starting path of the Index building DSL.
|
| CreateIndexPath |
Starting path of the Index creation DSL.
|
| DropPath |
Initial path of the Index dropping DSL.
|
| IndexNamesPath |
Path of the Index building DSL to specify which index(es) to build.
|
| OnPath |
On path in the Index creation DSL.
|
| OnPrimaryPath |
On path in the primary Index creation DSL.
|
| UsingPath |
Using path of the Index dropping DSL.
|
| UsingWithPath |
Using path of the Index creation DSL.
|
| WherePath |
Where clause in the Index creation DSL.
|
| WithPath |
With path of the Index creation DSL (setting options).
|
| Class | Description |
|---|---|
| DefaultBuildIndexPath |
see
BuildIndexPath |
| DefaultCreateIndexPath |
See
CreateIndexPath. |
| DefaultDropPath |
See
DropPath. |
| DefaultIndexNamesPath |
See
IndexNamesPath. |
| DefaultOnPath |
See
OnPath. |
| DefaultOnPrimaryPath |
See
OnPrimaryPath. |
| DefaultUsingPath |
See
UsingPath. |
| DefaultUsingWithPath |
See
UsingWithPath. |
| DefaultWherePath |
See
WherePath. |
| DefaultWithPath |
See
WithPath. |
| IndexReference |
IndexReference wraps an index name and an index type (with the USING GSI|VIEW syntax). |
| Enum | Description |
|---|---|
| IndexType |
Enum of the different types of indexes supported by N1QL.
|
Copyright © 2015 Couchbase, Inc.