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