635636637638639640641642643644645
} private railo.runtime.type.Query executeQoQ(SQL sql) throws PageException { try { return new HSQLDBHandler().execute(pageContext,sql,maxrows,blockfactor,timeout); } catch (Exception e) { throw Caster.toPageException(e); } }