Esempio n. 1
0
 /**
  * Called to end a SQL listener context
  *
  * @param context the listener context to end
  */
 protected void endContext(SQLListenerContextImpl context) {
   listeners.end(context);
   this.context = null;
 }