Class SelectResult.As

java.lang.Object
com.couchbase.lite.SelectResult
com.couchbase.lite.SelectResult.As
Enclosing class:
SelectResult

public static final class SelectResult.As extends 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.
  • Method Details

    • as

      @NonNull public SelectResult.As as(@NonNull String alias)
      Specifies the alias for the SelectResult object.
      Parameters:
      alias - The alias name.
      Returns:
      The SelectResult object with the alias name specified.