Package com.couchbase.lite
Class PropertyExpression
java.lang.Object
com.couchbase.lite.Expression
com.couchbase.lite.PropertyExpression
Property expression
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies an alias name of the data source to query the data from.Methods inherited from class com.couchbase.lite.Expression
add, all, and, between, booleanValue, collate, date, divide, doubleValue, equalTo, floatValue, fullTextIndex, greaterThan, greaterThanOrEqualTo, in, intValue, is, isNot, isNotValued, isNullOrMissing, isValued, lessThan, lessThanOrEqualTo, like, list, longValue, map, modulo, multiply, negated, not, notEqualTo, notNullOrMissing, number, or, parameter, property, regex, string, subtract, toString, value
-
Method Details
-
from
Specifies an alias name of the data source to query the data from.- Parameters:
fromAlias
- The alias name of the data source.- Returns:
- The property Expression with the given data source alias name.
-