Package | Description |
---|---|
com.couchbase.client.java.query | |
com.couchbase.client.java.query.dsl.path.index |
Modifier and Type | Method and Description |
---|---|
static OnPrimaryPath |
Index.createNamedPrimaryIndex(String customPrimaryName)
Create a new primary index with a custom name.
|
static OnPrimaryPath |
Index.createPrimaryIndex()
Create a new primary index.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultOnPrimaryPath
See
OnPrimaryPath . |
Modifier and Type | Method and Description |
---|---|
OnPrimaryPath |
DefaultCreateIndexPath.createPrimary() |
OnPrimaryPath |
CreateIndexPath.createPrimary()
Create a primary index.
|
OnPrimaryPath |
DefaultCreateIndexPath.createPrimary(String customPrimaryName) |
OnPrimaryPath |
CreateIndexPath.createPrimary(String customPrimaryName)
Create a primary index with a custom name.
|
Copyright © 2015 Couchbase, Inc.