Uses of Class
com.couchbase.client.java.query.dsl.path.index.IndexReference
| Package | Description |
|---|---|
| com.couchbase.client.java.query.dsl.element | |
| com.couchbase.client.java.query.dsl.path | |
| com.couchbase.client.java.query.dsl.path.index |
-
Uses of IndexReference in com.couchbase.client.java.query.dsl.element
Constructors in com.couchbase.client.java.query.dsl.element with parameters of type IndexReference Constructor Description HintIndexElement(IndexReference... indexReferences) -
Uses of IndexReference in com.couchbase.client.java.query.dsl.path
Methods in com.couchbase.client.java.query.dsl.path with parameters of type IndexReference Modifier and Type Method Description KeysPathDefaultHintPath. useIndex(IndexReference... indexes)KeysPathHintPath. useIndex(IndexReference... indexes)Hint at what index(es) to use for this query. -
Uses of IndexReference in com.couchbase.client.java.query.dsl.path.index
Methods in com.couchbase.client.java.query.dsl.path.index that return IndexReference Modifier and Type Method Description static IndexReferenceIndexReference. indexRef(String indexName)Constructs anIndexReferencegiven an index name (which will be escaped).static IndexReferenceIndexReference. indexRef(String indexName, IndexType type)Constructs anIndexReferencegiven an index name (which will be escaped) and an explicitIndexTypeto use in a USING clause.