Uses of Class
com.couchbase.client.java.query.dsl.path.index.IndexReference
-
Packages that use 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 KeysPath
DefaultHintPath. useIndex(IndexReference... indexes)
KeysPath
HintPath. 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 IndexReference
IndexReference. indexRef(String indexName)
Constructs anIndexReference
given an index name (which will be escaped).static IndexReference
IndexReference. indexRef(String indexName, IndexType type)
Constructs anIndexReference
given an index name (which will be escaped) and an explicitIndexType
to use in a USING clause.
-