@InterfaceStability.Experimental @InterfaceAudience.Private public class DefaultOnPath extends AbstractPath implements OnPath
See OnPath
.
Constructor and Description |
---|
DefaultOnPath(AbstractPath parent) |
Modifier and Type | Method and Description |
---|---|
WherePath |
on(String keyspace,
Expression expression,
Expression... additionalExpressions)
Describes the target of a secondary N1QL index.
|
WherePath |
on(String namespace,
String keyspace,
Expression expression,
Expression... additionalExpressions)
Describes the target of a secondary N1QL index.
|
element, toString
public DefaultOnPath(AbstractPath parent)
public WherePath on(String namespace, String keyspace, Expression expression, Expression... additionalExpressions)
OnPath
Describes the target of a secondary N1QL index.
on
in interface OnPath
namespace
- optional prefix for the keyspace (it will be automatically escaped).keyspace
- the keyspace (bucket name, it will be automatically escaped).expression
- the base expression to be indexed (mandatory).additionalExpressions
- additional expressions to be indexed (optional).public WherePath on(String keyspace, Expression expression, Expression... additionalExpressions)
OnPath
Describes the target of a secondary N1QL index.
Copyright © 2014 Couchbase, Inc.