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

java.lang.Object
  extended by 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

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

Constructor Detail

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.
Method Detail

execute

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


Copyright © 2001-2013. All Rights Reserved.