Examples of TruncateLogAction


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

       
        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));

    _mssqlMenu = createFullMssqlMenu();
       
    app.addToMenu(IApplication.IMenuIDs.SESSION_MENU, _mssqlMenu);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.