Package com.couchbase.lite
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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThrowablegetError()Return the error occurred when running the query.QuerygetQuery()Return the source live query object.ResultSetgetResults()Return the new query result.StringtoString()
-