boolean addTrigger = tableToWatch.isReplicate();
if (addTrigger) { // create the function and trigger here
addTrigger(conn, tableToWatch, sqlInfo, false);
}
else
log.info("trigger will not be added since entry '" + tableToWatch.toXml() + "' will not be replicated");
}
else {
log.info("table to watch '" + table + "' not found");
}
}