net.sourceforge.squirrel_sql.plugins.mysql.tab
Class ShowColumnsTab
java.lang.Object
net.sourceforge.squirrel_sql.client.session.mainpanel.objecttree.tabs.BaseObjectTab
net.sourceforge.squirrel_sql.plugins.mysql.tab.ShowColumnsTab
- All Implemented Interfaces:
- IObjectTab
public class ShowColumnsTab
- extends BaseObjectTab
This tab will display the results of an "SHOW FULL COLUMNS" command over
the currently selected tables.
- Author:
- Colin Bell
| 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 |
ShowColumnsTab
public ShowColumnsTab()
getSQL
protected String getSQL()
getTitle
public String getTitle()
- Return the title for the tab.
- Returns:
- The title for the tab.
getHint
public String getHint()
- Return the hint for the tab.
- Returns:
- The hint for the tab.
clear
public void clear()
getComponent
public Component getComponent()
refreshComponent
protected void refreshComponent()
throws DataSetException
- Specified by:
refreshComponent in class BaseObjectTab
- Throws:
DataSetException
createDataSetFromResultSet
protected IDataSet createDataSetFromResultSet(ResultSet rs)
throws DataSetException
- Throws:
DataSetException
Copyright © 2001-2013. All Rights Reserved.