Class QueryChange

java.lang.Object
com.couchbase.lite.QueryChange

public final class QueryChange extends Object
Information about changes in a query result changes, reported by a live query.
  • Method Details

    • getQuery

      @NonNull public Query getQuery()
      Return the source live query object.
    • getResults

      @Nullable public ResultSet getResults()
      Return the new query result.
    • getError

      @Nullable public Throwable getError()
      Return the error occurred when running the query.
    • toString

      @NonNull public String toString()
      Overrides:
      toString in class Object