net.sourceforge.squirrel_sql.plugins.mysql.action
Class AlterTableCommand
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
execute
public void execute()
throws BaseException
- Specified by:
execute in interface ICommand
- Throws:
BaseException
Copyright © 2001-2013. All Rights Reserved.