Package com.couchbase.lite
Class SelectResult.From
java.lang.Object
com.couchbase.lite.SelectResult
com.couchbase.lite.SelectResult.From
- Enclosing class:
- SelectResult
SelectResult.From is a SelectResult for which you can specify a data source alias.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.couchbase.lite.SelectResult
SelectResult.As, SelectResult.From
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the data source alias for the SelectResult object.Methods inherited from class com.couchbase.lite.SelectResult
all, expression, property
-
Method Details
-
from
Specifies the data source alias for the SelectResult object.- Parameters:
alias
- The data source alias name.- Returns:
- The SelectResult object with the data source alias name specified.
-