{
Result localResult = paramSession.sqlExecuteDirectNoPreChecks(this.statement);
if ((localResult == null) || (!localResult.isError()))
continue;
this.db.logger.appLog.logContext(SimpleLog.LOG_ERROR, localResult.getMainString());
HsqlException localHsqlException = Trace.error(78, 113, new Object[] { new Integer(this.lineCount), localResult.getMainString() });
throw localHsqlException;
}
}