net.sourceforge.squirrel_sql.plugins.mysql.tab
Class UserGrantsTab
java.lang.Object
net.sourceforge.squirrel_sql.client.session.mainpanel.objecttree.tabs.BaseObjectTab
net.sourceforge.squirrel_sql.plugins.mysql.tab.UserGrantsTab
- All Implemented Interfaces:
- IObjectTab
public class UserGrantsTab
- extends BaseObjectTab
This tab will display the results of an "SHOW TABLE STATUS" command for a database.
- 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 |
UserGrantsTab
public UserGrantsTab()
getSQL
protected String getSQL()
main
public static void main(String[] args)
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.