*/
if (cc == null) { firstCompilerContext = true; }
if (cc == null || cc.getInUse())
{
cc = new CompilerContextImpl(getContextManager(), this, tcf);
if (firstCompilerContext) { cc.firstOnStack(); }
}
else
{
/* Reset the next column,table, subquery and ResultSet numbers at