Package net.sourceforge.squirrel_sql.plugins.sqlval.action

Examples of net.sourceforge.squirrel_sql.plugins.sqlval.action.ValidateSQLAction$Executor


    // Add menu.
    final IApplication app = getApplication();
    final ActionCollection coll = app.getActionCollection();
    coll.add(new ConnectAction(app, _resources, _prefs, this));
    coll.add(new DisconnectAction(app, _resources, _prefs, this));
    coll.add(new ValidateSQLAction(app, _resources, _prefs, this));
    createMenu();
  }
View Full Code Here

TOP

Related Classes of net.sourceforge.squirrel_sql.plugins.sqlval.action.ValidateSQLAction$Executor

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.