Package com.couchbase.lite
Class Join.On
- java.lang.Object
-
- com.couchbase.lite.Join
-
- com.couchbase.lite.Join.On
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Join
on(Expression expression)
Specify join conditions from the given expression.
-
-
-
Method Detail
-
on
@NonNull public Join on(@NonNull Expression expression)
Specify join conditions from the given expression.- Parameters:
expression
- The Expression object specifying the join conditions.- Returns:
- The Join object that represents a single JOIN clause of the query.
-
-