Class SelectResult

    • Method Detail

      • property

        @NonNull
        public static SelectResult.As property​(@NonNull
                                               String property)
        Creates a SelectResult object with the given property name.
        Parameters:
        property - The property name.
        Returns:
        The SelectResult.As object that you can give the alias name to the returned value.
      • expression

        @NonNull
        public static SelectResult.As expression​(@NonNull
                                                 Expression expression)
        Creates a SelectResult object with the given expression.
        Parameters:
        expression - The expression.
        Returns:
        The SelectResult.As object that you can give the alias name to the returned value.
      • all

        @NonNull
        public static SelectResult.From all()
        Creates a SelectResult object that returns all properties data. The query returned result will be grouped into a single CBLMutableDictionary object under the key of the data source name.
        Returns:
        The SelectResult.From object that you can specify the data source alias name.