Package | Description |
---|---|
com.couchbase.client.java.query.dsl.element | |
com.couchbase.client.java.query.dsl.path.index | |
com.couchbase.client.java.query.util |
Constructor and Description |
---|
UsingElement(IndexType type) |
Modifier and Type | Method and Description |
---|---|
static IndexType |
IndexType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexType[] |
IndexType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static IndexReference |
IndexReference.indexRef(String indexName,
IndexType type)
Constructs an
IndexReference given an index name (which will be escaped) and an explicit
IndexType to use in a USING clause. |
WithPath |
UsingWithPath.using(IndexType type)
Describes what kind of index to create.
|
Statement |
UsingPath.using(IndexType indexType)
Describes the type of index to drop.
|
Statement |
DefaultUsingPath.using(IndexType indexType) |
WithPath |
DefaultUsingWithPath.using(IndexType type) |
Modifier and Type | Method and Description |
---|---|
IndexType |
IndexInfo.type() |
Copyright © 2015 Couchbase, Inc.