{
ProjectRestrictNode prn = (ProjectRestrictNode) fromTable;
if (prn.getChildResult() instanceof FromBaseTable)
{
FromBaseTable fbt = (FromBaseTable) prn.getChildResult();
fbt.setExistsBaseTable(true, (JBitSet) dependencyMap.clone(), isNotExists);
}
}
}
}