Package net.sourceforge.squirrel_sql.plugins.mysql.action

Examples of net.sourceforge.squirrel_sql.plugins.mysql.action.CreateMysqlTableScriptAction


    final IApplication app = getApplication();
    final ActionCollection coll = app.getActionCollection();

    coll.add(new AnalyzeTableAction(app, _resources, this));
    coll.add(new CreateMysqlTableScriptAction(app, _resources, this));
    coll.add(new CheckTableAction.ChangedCheckTableAction(app, _resources, this));
    coll.add(new CheckTableAction.ExtendedCheckTableAction(app, _resources, this));
    coll.add(new CheckTableAction.FastCheckTableAction(app, _resources, this));
    coll.add(new CheckTableAction.MediumCheckTableAction(app, _resources, this));
    coll.add(new CheckTableAction.QuickCheckTableAction(app, _resources, this));
View Full Code Here

TOP

Related Classes of net.sourceforge.squirrel_sql.plugins.mysql.action.CreateMysqlTableScriptAction

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.