Package com.couchbase.lite
Class ArrayExpressionIn
java.lang.Object
com.couchbase.lite.ArrayExpressionIn
The In class represents the IN clause object in a quantified operator (ANY/ANY AND EVERY/EVERY
<variable name> IN <expr> SATISFIES <expr>). The IN clause is used for specifying an array
object or an expression evaluated as an array object, each item of which will be evaluated
against the satisfies expression.
-
Method Summary
Modifier and TypeMethodDescriptionin
(Expression expression) Creates a Satisfies clause object with the given IN clause expression that could be an array object or an expression evaluated as an array object.
-
Method Details
-
in
Creates a Satisfies clause object with the given IN clause expression that could be an array object or an expression evaluated as an array object.- Parameters:
expression
- the expression evaluated as an array object.- Returns:
- A Satisfies object.
-