net.sourceforge.squirrel_sql.plugins.postgres.tab
Class ViewSourceTab
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.ViewSourceTab
- All Implemented Interfaces:
- IObjectTab
public class ViewSourceTab
- extends FormattedSourceTab
This class will display the source for a view. This will work for databases that support the SQL standard
infomation_schema.views table.
| 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 |
ViewSourceTab
public ViewSourceTab(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-2013. All Rights Reserved.