else
log.fine("an update with unchanged content was detected on table '" + tableName + "' and transId='" + this.transactionId + "': will not send it");
}
else if (action.equalsIgnoreCase(DELETE_ACTION)) {
SqlRow row = this.sqlInfo.fillOneRow(rs, oldContent, this.transformer);
row.addAttributes(completeAttrs);
}
else if (action.equalsIgnoreCase(STATEMENT_ACTION)) {
String sql = ReplaceVariable.extractWithMatchingAttrs(newContent, "attr", " id='" + STATEMENT_ATTR + "'");
String statementPrio = ReplaceVariable.extractWithMatchingAttrs(newContent, "attr", " id='" + STATEMENT_PRIO_ATTR + "'");
String maxEntries = ReplaceVariable.extractWithMatchingAttrs(newContent, "attr", " id='" + MAX_ENTRIES_ATTR + "'");