Uses of Interface
com.couchbase.client.java.query.dsl.path.index.OnPath
-
Packages that use OnPath Package Description com.couchbase.client.java.query com.couchbase.client.java.query.dsl.path.index -
-
Uses of OnPath in com.couchbase.client.java.query
Methods in com.couchbase.client.java.query that return OnPath Modifier and Type Method Description static OnPath
Index. createIndex(String indexName)
Create a new secondary index. -
Uses of OnPath in com.couchbase.client.java.query.dsl.path.index
Classes in com.couchbase.client.java.query.dsl.path.index that implement OnPath Modifier and Type Class Description class
DefaultOnPath
SeeOnPath
.Methods in com.couchbase.client.java.query.dsl.path.index that return OnPath Modifier and Type Method Description OnPath
CreateIndexPath. create(String indexName)
Create a secondary index.OnPath
DefaultCreateIndexPath. create(String indexName)
-