net.sourceforge.squirrel_sql.plugins.sqlreplace
Class SQLReplaceExecutionListener

java.lang.Object
  extended by net.sourceforge.squirrel_sql.client.session.event.SQLExecutionAdapter
      extended by net.sourceforge.squirrel_sql.plugins.sqlreplace.SQLReplaceExecutionListener
All Implemented Interfaces:
EventListener, ISQLExecutionListener

public class SQLReplaceExecutionListener
extends SQLExecutionAdapter

Author:
Dieter

Constructor Summary
SQLReplaceExecutionListener()
           
SQLReplaceExecutionListener(SQLReplacePlugin plugin, ISession session)
          Constructor we use
 
Method Summary
 void statementExecuted(String sql)
           
 String statementExecuting(String sql)
           
 
Methods inherited from class net.sourceforge.squirrel_sql.client.session.event.SQLExecutionAdapter
executionFinished
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLReplaceExecutionListener

public SQLReplaceExecutionListener()

SQLReplaceExecutionListener

public SQLReplaceExecutionListener(SQLReplacePlugin plugin,
                                   ISession session)
Constructor we use

Parameters:
plugin -
session -
Method Detail

statementExecuted

public void statementExecuted(String sql)
Specified by:
statementExecuted in interface ISQLExecutionListener
Overrides:
statementExecuted in class SQLExecutionAdapter

statementExecuting

public String statementExecuting(String sql)
Specified by:
statementExecuting in interface ISQLExecutionListener
Overrides:
statementExecuting in class SQLExecutionAdapter


Copyright © 2001-2011. All Rights Reserved.