Uses of Class
com.couchbase.client.java.query.dsl.path.index.IndexType
-
Packages that use IndexType Package Description com.couchbase.client.java.query.dsl.element com.couchbase.client.java.query.dsl.path.index com.couchbase.client.java.query.util -
-
Uses of IndexType in com.couchbase.client.java.query.dsl.element
Constructors in com.couchbase.client.java.query.dsl.element with parameters of type IndexType Constructor Description UsingElement(IndexType type) -
Uses of IndexType in com.couchbase.client.java.query.dsl.path.index
Methods in com.couchbase.client.java.query.dsl.path.index that return IndexType Modifier and Type Method Description static IndexTypeIndexType. 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.Methods in com.couchbase.client.java.query.dsl.path.index with parameters of type IndexType Modifier and Type Method Description static IndexReferenceIndexReference. indexRef(String indexName, IndexType type)Constructs anIndexReferencegiven an index name (which will be escaped) and an explicitIndexTypeto use in a USING clause.StatementDefaultUsingPath. using(IndexType indexType)WithPathDefaultUsingWithPath. using(IndexType type)StatementUsingPath. using(IndexType indexType)Describes the type of index to drop.WithPathUsingWithPath. using(IndexType type)Describes what kind of index to create. -
Uses of IndexType in com.couchbase.client.java.query.util
Methods in com.couchbase.client.java.query.util that return IndexType Modifier and Type Method Description IndexTypeIndexInfo. type()
-