net.sourceforge.squirrel_sql.plugins.mysql.action
Class DropDatabaseCommand
java.lang.Object
net.sourceforge.squirrel_sql.plugins.mysql.action.DropDatabaseCommand
- All Implemented Interfaces:
- ICommand
public class DropDatabaseCommand
- extends Object
- implements ICommand
DropDatabaseCommand.java
Created on June 9, 2003, 2:59 PM
- Author:
- Arun Kapilan.P
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DropDatabaseCommand
public DropDatabaseCommand(ISession session,
MysqlPlugin plugin,
IDatabaseObjectInfo[] dbs)
- Ctor specifying the current session.
- Parameters:
session - Current session.dbs - Array of databases to be dropped.
execute
public void execute()
- Specified by:
execute in interface ICommand
Copyright © 2001-2013. All Rights Reserved.