|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.squirrel_sql.plugins.sqlparam.SQLParamExecutionListener
public class SQLParamExecutionListener
This listener listens for SQL execution.
| Constructor Summary | |
|---|---|
SQLParamExecutionListener(SQLParamPlugin plugin,
ISession session)
The constructor |
|
| Method Summary | |
|---|---|
void |
statementExecuted(String sql)
This method is called when the SQL was executed. |
String |
statementExecuting(String sql)
Called prior to an individual statement being executed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SQLParamExecutionListener(SQLParamPlugin plugin,
ISession session)
plugin - session - | Method Detail |
|---|
public void statementExecuted(String sql)
statementExecuted in interface ISQLExecutionListenersql - public String statementExecuting(String sql)
statementExecuting in interface ISQLExecutionListenersql - The SQL to be executed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||