Package com.couchbase.lite
Class Join.On
java.lang.Object
com.couchbase.lite.Join
com.couchbase.lite.Join.On
- Enclosing class:
 - Join
 
Component used for specifying join on conditions.
- 
Nested Class Summary
 - 
Method Summary
Modifier and TypeMethodDescriptionon(Expression expression) Specify join conditions from the given expression. 
- 
Method Details
- 
on
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.
 
 
 -