710711712713714715716717718719720
return p.parseStatement(sql); } finally { lcc.popCompilerContext(newCC); } } /** * Return the type of statement, something from
573574575576577578579580581582583
clauseTree = ((ResultColumn) ((CursorNode) qt).getResultSetNode().getResultColumns().elementAt(0)). getExpression(); lcc.popCompilerContext(newCC); return clauseTree; } /**
14051406140714081409141014111412141314141415
} } checkTree = ((SelectNode) ((CursorNode) qt).getResultSetNode()).getWhereClause(); lcc.popCompilerContext(newCC); return checkTree; }
645646647648649650651652653654655
14801481148214831484148514861487148814891490
786787788789790791792793794795796
return (StatementNode) p.parseStatement(sql); } finally { lcc.popCompilerContext(newCC); } } /** * Return the type of statement, something from
850851852853854855856857858859860
: p.parseSearchCondition(sql); } finally { lcc.popCompilerContext(newCC); } } /** * Return the type of statement, something from
12411242124312441245124612471248124912501251
} defaultTree = ((CursorNode) qt).getResultSetNode().getResultColumns(). elementAt(0).getExpression(); lcc.popCompilerContext(newCC); return defaultTree; } /**
14351436143714381439144014411442144314441445
586587588589590591592593594595596
} clauseTree = ((CursorNode) qt).getResultSetNode().getResultColumns(). elementAt(0).getExpression(); lcc.popCompilerContext(newCC); return clauseTree; } /**