net.sourceforge.squirrel_sql.plugins.mysql.tab
Class UserGrantsTab

java.lang.Object
  extended by net.sourceforge.squirrel_sql.client.session.mainpanel.objecttree.tabs.BaseObjectTab
      extended by 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

Field Summary
 
Fields inherited from class net.sourceforge.squirrel_sql.client.session.mainpanel.objecttree.tabs.BaseObjectTab
_app
 
Constructor Summary
UserGrantsTab()
           
 
Method Summary
 void clear()
           
protected  IDataSet createDataSetFromResultSet(ResultSet rs)
           
 Component getComponent()
           
 String getHint()
          Return the hint for the tab.
protected  String getSQL()
           
 String getTitle()
          Return the title for the tab.
static void main(String[] args)
           
protected  void refreshComponent()
           
 
Methods inherited from class net.sourceforge.squirrel_sql.client.session.mainpanel.objecttree.tabs.BaseObjectTab
getDatabaseObjectInfo, getDialectType, getSession, rebuild, select, setDatabaseObjectInfo, setSession
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserGrantsTab

public UserGrantsTab()
Method Detail

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.