Package | Description |
---|---|
com.couchbase.client.java.query.dsl.path.index |
Modifier and Type | Interface and Description |
---|---|
interface |
WherePath
Where clause in the Index creation DSL.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultUsingWithPath
See
UsingWithPath . |
class |
DefaultWherePath
See
WherePath . |
Modifier and Type | Method and Description |
---|---|
UsingWithPath |
OnPrimaryPath.on(String keyspace)
Describes on which keyspace (bucket name) to index.
|
UsingWithPath |
DefaultOnPrimaryPath.on(String keyspace) |
UsingWithPath |
OnPrimaryPath.on(String namespace,
String keyspace)
Describes on which keyspace (bucket name) to index, also prefixing the keyspace with a namespace.
|
UsingWithPath |
DefaultOnPrimaryPath.on(String namespace,
String keyspace) |
UsingWithPath |
WherePath.where(Expression filterExpression)
Adds filtering clause to the secondary index creation.
|
UsingWithPath |
DefaultWherePath.where(Expression filterExpression) |
UsingWithPath |
WherePath.where(String filterExpression)
Adds filtering clause to the secondary index creation.
|
UsingWithPath |
DefaultWherePath.where(String filterExpression) |
Copyright © 2015 Couchbase, Inc.