FromTable prevTable =
bindingContext.correlationNames.put(fromTable.getCorrelationName(),
fromTable);
if ((prevTable != null) && bindingContext.tables.contains(prevTable)) {
// Other occurrence in this same context.
throw new CorrelationNameAlreadyUsedException(fromTable.getCorrelationName());
}
}
}