if (!dynamicCommand.isAsClauseSet()) {
dynamicCommand.setAsColumns(Collections.EMPTY_LIST);
}
}
if (subCommand.returnsResultSet()) {
//this could be the last select statement, set the projected symbol
//on the virtual procedure command
command.setResultsCommand(subCommand);
}
}