net.sourceforge.squirrel_sql.plugins.dbdiff.commands
Class SelectCommand

java.lang.Object
  extended by net.sourceforge.squirrel_sql.plugins.dbdiff.commands.SelectCommand
All Implemented Interfaces:
ICommand

public class SelectCommand
extends Object
implements ICommand


Constructor Summary
SelectCommand(ISession session, DBDiffPlugin plugin)
          Ctor specifying the current session.
 
Method Summary
 void execute()
          Execute this command.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectCommand

public SelectCommand(ISession session,
                     DBDiffPlugin plugin)
Ctor specifying the current session.

Method Detail

execute

public void execute()
Execute this command. Save the session and selected objects in the plugin for use in paste command.

Specified by:
execute in interface ICommand


Copyright © 2001-2010. All Rights Reserved.