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

java.lang.Object
  extended by net.sourceforge.squirrel_sql.client.session.mainpanel.objecttree.tabs.BaseObjectTab
      extended by net.sourceforge.squirrel_sql.plugins.mysql.tab.ShowIndexesTab
All Implemented Interfaces:
IObjectTab

public class ShowIndexesTab
extends BaseObjectTab

This tab will display the results of an "SHOW INDEXES" command over the currently selected tables.

Author:
Colin Bell

Field Summary
 
Fields inherited from class net.sourceforge.squirrel_sql.client.session.mainpanel.objecttree.tabs.BaseObjectTab
_app
 
Constructor Summary
ShowIndexesTab()
           
 
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.
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

ShowIndexesTab

public ShowIndexesTab()
Method Detail

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.