net.sourceforge.squirrel_sql.plugins.mysql.tab
Class ProcessesTab
java.lang.Object
net.sourceforge.squirrel_sql.client.session.mainpanel.objecttree.tabs.BaseObjectTab
net.sourceforge.squirrel_sql.plugins.mysql.tab.ProcessesTab
- All Implemented Interfaces:
- IObjectTab
public class ProcessesTab
- extends BaseObjectTab
This tab will display the database processes.
- 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 |
ProcessesTab
public ProcessesTab()
- Logger for this class.
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.