Uses of Interface
com.couchbase.client.java.query.dsl.path.index.OnPrimaryPath
-
Packages that use OnPrimaryPath Package Description com.couchbase.client.java.query com.couchbase.client.java.query.dsl.path.index -
-
Uses of OnPrimaryPath in com.couchbase.client.java.query
Methods in com.couchbase.client.java.query that return OnPrimaryPath Modifier and Type Method Description static OnPrimaryPath
Index. createNamedPrimaryIndex(String customPrimaryName)
Create a new primary index with a custom name.static OnPrimaryPath
Index. createPrimaryIndex()
Create a new primary index. -
Uses of OnPrimaryPath in com.couchbase.client.java.query.dsl.path.index
Classes in com.couchbase.client.java.query.dsl.path.index that implement OnPrimaryPath Modifier and Type Class Description class
DefaultOnPrimaryPath
SeeOnPrimaryPath
.Methods in com.couchbase.client.java.query.dsl.path.index that return OnPrimaryPath Modifier and Type Method Description OnPrimaryPath
CreateIndexPath. createPrimary()
Create a primary index.OnPrimaryPath
CreateIndexPath. createPrimary(String customPrimaryName)
Create a primary index with a custom name.OnPrimaryPath
DefaultCreateIndexPath. createPrimary()
OnPrimaryPath
DefaultCreateIndexPath. createPrimary(String customPrimaryName)
-