Package com.couchbase.lite
Class SelectResult.From
- java.lang.Object
-
- com.couchbase.lite.SelectResult
-
- com.couchbase.lite.SelectResult.From
-
- Enclosing class:
- SelectResult
public static final class SelectResult.From extends 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SelectResult
from(java.lang.String alias)
Specifies the data source alias name for the SelectResult object.-
Methods inherited from class com.couchbase.lite.SelectResult
all, expression, property
-
-
-
-
Method Detail
-
from
@NonNull public SelectResult from(@NonNull java.lang.String alias)
Specifies the data source alias name for the SelectResult object.- Parameters:
alias
- The data source alias name.- Returns:
- The SelectResult object with the data source alias name specified.
-
-