Class QueryChange


  • public final class QueryChange
    extends Object
    QueryChange contains the information about the query result changes reported by a query object.
    • Method Detail

      • 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.