// For CHECK constraints, the key is the table id. All other
// constraints use the constraint id as key.
UUID key = cd.hasBackingIndex() ? cd.getUUID() : cd.getTableId();
ValidationInfo vi = deferredHashTables.get(key);
if (vi == null) {
// Nothing to do
return;
}
vi.validateConstraint(this, cd.getUUID(), false);
// No violations, bug can't forget since we might roll back to a
// savepoint that migh re-introduce the violations
// DERBY-6670-
//