Package net.sourceforge.squirrel_sql.plugins.SybaseASE.tab

Examples of net.sourceforge.squirrel_sql.plugins.SybaseASE.tab.ViewSourceTab


      IObjectTreeAPI otApi = session.getSessionInternalFrame().getObjectTreeAPI();
      otApi.addToPopup(DatabaseObjectType.VIEW, new ScriptSybaseASEViewAction(getApplication(), _resources, session));
      otApi.addToPopup(DatabaseObjectType.PROCEDURE, new ScriptSybaseASEProcedureAction(getApplication(), _resources, session));

        otApi.addDetailTab(DatabaseObjectType.VIEW,
                new ViewSourceTab(i18n.SHOW_VIEW_SOURCE, stmtSep));
       
        TableWithChildNodesExpander tableExp = new TableWithChildNodesExpander();
        tableExp.setTableIndexExtractor(new SybaseTableIndexExtractorImpl());
        tableExp.setTableTriggerExtractor(new SybaseTableTriggerExtractorImpl());
        otApi.addExpander(DatabaseObjectType.TABLE, tableExp);
View Full Code Here

TOP

Related Classes of net.sourceforge.squirrel_sql.plugins.SybaseASE.tab.ViewSourceTab

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.