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

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

public class AlterTableCommand
extends Object
implements ICommand

AlterTableCommand.java Created on June 10, 2003, 3:08 PM

Author:
Arun Kapilan.P

Constructor Summary
AlterTableCommand(ISession session, MysqlPlugin plugin, ITableInfo ti)
          Ctor.
 
Method Summary
 void execute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlterTableCommand

public AlterTableCommand(ISession session,
                         MysqlPlugin plugin,
                         ITableInfo ti)
Ctor.

Parameters:
session - Current session.
plugin - This plugin.
ti - Points to table to be modified.
Throws:
IllegalArgumentException - Thrown if null ISession>, MysqlPlugin or <ITableInfo passed.
Method Detail

execute

public void execute()
             throws BaseException
Specified by:
execute in interface ICommand
Throws:
BaseException


Copyright © 2001-2013. All Rights Reserved.