net.sourceforge.squirrel_sql.plugins.example
Class ExampleSqlExecutionListener
java.lang.Object
net.sourceforge.squirrel_sql.client.session.event.SQLExecutionAdapter
net.sourceforge.squirrel_sql.plugins.example.ExampleSqlExecutionListener
- All Implemented Interfaces:
- EventListener, ISQLExecutionListener
public class ExampleSqlExecutionListener
- extends SQLExecutionAdapter
A simple ISQLExecutionListener that displays the SQL as it is being executed in the main application
message panel (at the bottom of the application).
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExampleSqlExecutionListener
public ExampleSqlExecutionListener(IMessageHandler messageHandler)
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
executionFinished
public void executionFinished()
- Specified by:
executionFinished in interface ISQLExecutionListener- Overrides:
executionFinished in class SQLExecutionAdapter
Copyright © 2001-2011. All Rights Reserved.