super(source,
((constantActionItem == -1) ?activation.getConstantAction() :
(ConstantAction)activation.getPreparedStatement().getSavedObject(constantActionItem)),
activation);
ConstantAction passedInConstantAction;
if(constantActionItem == -1)
passedInConstantAction = activation.getConstantAction(); //root table
else
{
passedInConstantAction =