/**
    * @see net.sourceforge.squirrel_sql.plugins.refactoring.actions.AbstractRefactoringAction#getCommand(net.sourceforge.squirrel_sql.fw.sql.IDatabaseObjectInfo[])
    */
   @Override
    protected ICommand getCommand(IDatabaseObjectInfo[] info) {
        return new DropViewCommand(_session, info);
    }