net.sourceforge.squirrel_sql.plugins.netezza.tab
Class SynonymSourceTab
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.netezza.tab.SynonymSourceTab
- All Implemented Interfaces:
- IObjectTab
public class SynonymSourceTab
- extends FormattedSourceTab
This class provides the necessary information to the parent tab to display the source for a Netezza
synonym.
| Fields inherited from class net.sourceforge.squirrel_sql.client.session.mainpanel.objecttree.tabs.BaseObjectTab |
_app |
|
Method Summary |
protected String[] |
getBindValues()
Overridden as the super implementation binds just schemaname rather than both catalogname and schemaName
as is used in Netezza. |
protected String |
getSqlStatement()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SynonymSourceTab
public SynonymSourceTab(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
getBindValues
protected String[] getBindValues()
- Overridden as the super implementation binds just schemaname rather than both catalogname and schemaName
as is used in Netezza.
- Overrides:
getBindValues in class FormattedSourceTab
- Returns:
- a String array of bind variable values
Copyright © 2001-2013. All Rights Reserved.