Uses of Interface
net.sourceforge.squirrel_sql.plugins.postgres.commands.SQLResultListener

Packages that use SQLResultListener
net.sourceforge.squirrel_sql.plugins.postgres.commands   
 

Uses of SQLResultListener in net.sourceforge.squirrel_sql.plugins.postgres.commands
 

Classes in net.sourceforge.squirrel_sql.plugins.postgres.commands that implement SQLResultListener
protected  class AbstractPostgresDialogCommand.EditSQLListener
          An ActionListener for the Edit SQL button that appends the sql statement to the sql panel, hides the specified dialog and switches to the sql panel.
protected  class AbstractPostgresDialogCommand.ExecuteListener
          An ActionListener for the Execute button that delegates the execution of the sql statement to the subclass.
protected  class AbstractPostgresDialogCommand.ShowSQLListener
          An ActionListener for the Show SQL button that opens the sql statement in a dialog.
 

Methods in net.sourceforge.squirrel_sql.plugins.postgres.commands with parameters of type SQLResultListener
protected  void AbstractPostgresCommand.getSQLStatements(SQLResultListener listener)
          Adds a new task to the ThreadPool that generates the SQL statements and notifies the listener when the statements are ready.
 



Copyright © 2001-2010. All Rights Reserved.