net.sourceforge.squirrel_sql.plugins.mysql.action
Class CopyTableCommand

java.lang.Object
  extended by net.sourceforge.squirrel_sql.plugins.mysql.action.CopyTableCommand
All Implemented Interfaces:
ICommand

public class CopyTableCommand
extends Object
implements ICommand


Constructor Summary
CopyTableCommand(ISession session, MysqlPlugin plugin)
          Ctor specifying the current session.
 
Method Summary
 void execute()
           
 String getQuery()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CopyTableCommand

public CopyTableCommand(ISession session,
                        MysqlPlugin plugin)
Ctor specifying the current session.

Method Detail

execute

public void execute()
Specified by:
execute in interface ICommand

getQuery

public String getQuery()


Copyright © 2001-2013. All Rights Reserved.