Package net.sourceforge.squirrel_sql.plugins.oracle.expander

Examples of net.sourceforge.squirrel_sql.plugins.oracle.expander.ConstraintParentExpander


    addExpander(objTree, IObjectTypes.PACKAGE, new PackageExpander());
    addExpander(objTree, IObjectTypes.USER_PARENT, new UserParentExpander(session));
    addExpander(objTree, IObjectTypes.SESSION_PARENT, new SessionParentExpander());
    addExpander(objTree, IObjectTypes.INSTANCE_PARENT, new InstanceParentExpander());
    addExpander(objTree, IObjectTypes.TRIGGER_PARENT, new TriggerParentExpander());
    addExpander(objTree, IObjectTypes.CONSTRAINT_PARENT, new ConstraintParentExpander());

    addDetailTab(objTree, DatabaseObjectType.PROCEDURE, new ObjectSourceTab(
       "PROCEDURE", "Show stored procedure source"));
    addDetailTab(objTree, DatabaseObjectType.FUNCTION, new ObjectSourceTab(
       "FUNCTION", "Show function source"));
View Full Code Here

TOP

Related Classes of net.sourceforge.squirrel_sql.plugins.oracle.expander.ConstraintParentExpander

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.