LiveQueryChange

public struct LiveQueryChange

LiveQueryChange contains the information about the query result changes reported by a live query object.

  • The source live query object.

    Declaration

    Swift

    public let query: LiveQuery
  • The new query result.

    Declaration

    Swift

    public let rows: ResultSet?
  • The error occurred when running the query.

    Declaration

    Swift

    public let error: Error?