matches abstract method

bool matches(
  1. TableUpdate update
)

Determines whether the update would be picked up by this query.

Implementation

bool matches(TableUpdate update);