Package net.sourceforge.squirrel_sql.plugins.mssql.action

Examples of net.sourceforge.squirrel_sql.plugins.mssql.action.ScriptProcedureAction


        PreferencesManager.initialize(this);
    final IApplication app = getApplication();
    final ActionCollection coll = app.getActionCollection();
       
        coll.add(new GenerateSqlAction(app, _resources, this));
        coll.add(new ScriptProcedureAction(app, _resources, this));
        coll.add(new ScriptProcedureExecAction(app, _resources, this));
        coll.add(new ShrinkDatabaseAction(app, _resources, this));
        coll.add(new TruncateLogAction(app, _resources, this));
        coll.add(new UpdateStatisticsAction(app, _resources, this));
View Full Code Here

TOP

Related Classes of net.sourceforge.squirrel_sql.plugins.mssql.action.ScriptProcedureAction

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.