Class OnElement
java.lang.Object
com.couchbase.client.java.query.dsl.element.OnElement
- All Implemented Interfaces:
Element
@Experimental @Private public class OnElement extends Object implements Element
Element of the Index DSL that targets the keyspace on which to apply an index.
- Since:
- 2.2
- Author:
- Simon Baslé
-
Field Summary
Fields inherited from interface com.couchbase.client.java.query.dsl.element.Element
ESCAPE_CHAR
-
Constructor Summary
Constructors Constructor Description OnElement(String namespace, String keyspace, Expression expression, Expression[] additionalExpressions)
-
Method Summary
-
Constructor Details
-
OnElement
public OnElement(String namespace, String keyspace, Expression expression, Expression[] additionalExpressions)
-
-
Method Details