CompilerContext cc = getCompilerContext();
if (whereClause != null)
{
cc.beginScope( CompilerContext.WHERE_SCOPE );
cc.pushCurrentPrivType( Authorizer.SELECT_PRIV);
int previousReliability = orReliability( CompilerContext.WHERE_CLAUSE_RESTRICTION );
whereClause = whereClause.bindExpression(fromListParam,
whereSubquerys,