Package com.dci.intellij.dbn.execution.method.action

Examples of com.dci.intellij.dbn.execution.method.action.RunProgramMethodAction


        if (object instanceof DBProgram && properties.is(DBObjectProperty.SCHEMA_OBJECT)) {
            if (compatibilityInterface.supportsFeature(DatabaseFeature.DEBUGGING)) {
                add(new ExecuteActionGroup((DBSchemaObject) object));
            } else {
                add(new RunProgramMethodAction((DBProgram) object));
            }
        }

        if (properties.is(DBObjectProperty.SCHEMA_OBJECT)) {
            add(new DropObjectAction((DBSchemaObject) object));
View Full Code Here

TOP

Related Classes of com.dci.intellij.dbn.execution.method.action.RunProgramMethodAction

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.