18341835183618371838183918401841184218431844
{ queryRuntime.queryExecutedWithError(); } else { queryRuntime.queryExecuted(System.currentTimeMillis()-start); } } } } finally
15801581158215831584158515861587158815891590
{ queryRuntime.queryExecutedWithError(); } else { queryRuntime.queryExecuted(System.currentTimeMillis()-start); } } } }
13861387138813891390139113921393139413951396
397398399400401402403404405406407
QueryExecuteListener l; iter = m_QueryExecuteListeners.iterator(); while (iter.hasNext()) { l = (QueryExecuteListener) iter.next(); l.queryExecuted( new QueryExecuteEvent( this, m_DbUtils, getQuery(), getMaxRows(), rs, ex)); } }