Package com.couchbase.lite
Class QueryChange
- java.lang.Object
-
- com.couchbase.lite.QueryChange
-
public final class QueryChange extends java.lang.Object
QueryChange contains the information about the query result changes reported by a query object.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
getError()
Return the error occurred when running the query.Query
getQuery()
Return the source live query object.ResultSet
getResults()
Return the new query result.
-