Package | Description |
---|---|
com.couchbase.client.java.query.dsl.path.index |
Modifier and Type | Interface and Description |
---|---|
interface |
UsingWithPath
Using path of the Index creation DSL.
|
interface |
WherePath
Where clause in the Index creation DSL.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultUsingWithPath
See
UsingWithPath . |
class |
DefaultWherePath
See
WherePath . |
class |
DefaultWithPath
See
WithPath . |
Modifier and Type | Method and Description |
---|---|
WithPath |
DefaultUsingWithPath.using(IndexType type) |
WithPath |
UsingWithPath.using(IndexType type)
Describes what kind of index to create.
|
Copyright © 2015 Couchbase, Inc.