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

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

public class SelectCommand
extends AbstractDiffCommand
implements ICommand


Field Summary
 
Fields inherited from class net.sourceforge.squirrel_sql.plugins.dbdiff.commands.AbstractDiffCommand
pluginPreferencesManager
 
Constructor Summary
SelectCommand(ISession session, DBDiffPlugin plugin)
          Ctor specifying the current session.
 
Method Summary
 void execute()
          Execute this command.
 
Methods inherited from class net.sourceforge.squirrel_sql.plugins.dbdiff.commands.AbstractDiffCommand
setPluginPreferencesManager
 
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-2012. All Rights Reserved.