net.sourceforge.squirrel_sql.plugins.oracle.tab
Class IndexSourceTab
java.lang.Object
net.sourceforge.squirrel_sql.client.session.mainpanel.objecttree.tabs.BaseObjectTab
net.sourceforge.squirrel_sql.client.session.mainpanel.objecttree.tabs.BaseSourceTab
net.sourceforge.squirrel_sql.client.session.mainpanel.objecttree.tabs.FormattedSourceTab
net.sourceforge.squirrel_sql.plugins.oracle.tab.IndexSourceTab
- All Implemented Interfaces:
- IObjectTab
public class IndexSourceTab
- extends FormattedSourceTab
This class displays the source of a INDEX.
- Author:
- Stefan Willinger
- See Also:
http://www.dba-oracle.com/oracle_tips_dbms_metadata.htm
| Fields inherited from class net.sourceforge.squirrel_sql.client.session.mainpanel.objecttree.tabs.BaseObjectTab |
_app |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IndexSourceTab
public IndexSourceTab()
getSqlStatement
protected String getSqlStatement()
- Specified by:
getSqlStatement in class FormattedSourceTab
- See Also:
FormattedSourceTab.getSqlStatement()
getBindValues
protected String[] getBindValues()
- Overrides:
getBindValues in class FormattedSourceTab
- See Also:
FormattedSourceTab.getBindValues()
Copyright © 2001-2013. All Rights Reserved.