public boolean isMatch(Dialect dialect) {
   return dialect.supportsCascadeDelete();
 }