Package com.couchbase.lite
Class SelectResult.As
java.lang.Object
com.couchbase.lite.SelectResult
com.couchbase.lite.SelectResult.As
- Enclosing class:
- SelectResult
SelectResult.As is a SelectResult with an alias.
The alias can be used as the key for accessing the result value from the query Result.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.couchbase.lite.SelectResult
SelectResult.As, SelectResult.From
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the alias for the SelectResult object.Methods inherited from class com.couchbase.lite.SelectResult
all, expression, property
-
Method Details
-
as
Specifies the alias for the SelectResult object.- Parameters:
alias
- The alias name.- Returns:
- The SelectResult object with the alias name specified.
-