Examples of ToggleAutoCommitAction


Examples of com.dci.intellij.dbn.connection.transaction.action.ToggleAutoCommitAction

    public ConnectionActionGroup(ConnectionHandler connectionHandler) {
        //add(new ConnectAction(connectionHandler));
        add(new TransactionCommitAction(connectionHandler));
        add(new TransactionRollbackAction(connectionHandler));
        add(new ToggleAutoCommitAction(connectionHandler));
        add(new ShowUncommittedChangesAction(connectionHandler));
        add(new OpenSQLConsoleAction(connectionHandler));
        addSeparator();
        add(new ShowDatabaseInformationAction(connectionHandler));
        add(new DisconnectAction(connectionHandler));
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.