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

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


    addDetailTab(objTree, IObjectTypes.TYPE, new DatabaseObjectInfoTab());
    addDetailTab(objTree, IObjectTypes.CONSTRAINT, new DatabaseObjectInfoTab());
   
    // Expanders.
    addExpander(objTree, DatabaseObjectType.SCHEMA, new SchemaExpander());
    addExpander(objTree, DatabaseObjectType.TABLE, new TableExpander());
    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());
View Full Code Here

TOP

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

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.