| if (hadMore) {
ProfilerEventHandler eventSink = ProfilerEventHandlerFactory
.getInstance(conn);
eventSink
.consumeEvent(new ProfilerEvent(
ProfilerEvent.TYPE_WARN,
"", //$NON-NLS-1$
this.owner.owningStatement == null ? "N/A" : this.owner.owningStatement.currentCatalog, //$NON-NLS-1$
this.owner.connectionId,
|