net.sourceforge.squirrel_sql.plugins.postgres.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.postgres.tab.IndexSourceTab
- All Implemented Interfaces:
- IObjectTab
public class IndexSourceTab
- extends FormattedSourceTab
This class provides the necessary information to the parent tab to display the source for an PostgreSQL
index.
| 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(String hint,
String stmtSep)
- Constructor
- Parameters:
hint - what the user sees on mouse-over tool-tipstmtSep - the string to use to separate SQL statements
getSqlStatement
protected String getSqlStatement()
- Specified by:
getSqlStatement in class FormattedSourceTab
- See Also:
PSFormattedSourceTab
Copyright © 2001-2010. All Rights Reserved.