org.pentaho.di.ui.core.database.dialog
Class DatabaseExplorerDialogLegacy

java.lang.Object
  extended by Dialog
      extended by org.pentaho.di.ui.core.database.dialog.DatabaseExplorerDialogLegacy

Deprecated.

@Deprecated
public class DatabaseExplorerDialogLegacy
extends Dialog

This dialog represents an explorer type of interface on a given database connection. It shows the tables defined in the visible schemas or catalogs on that connection. The interface also allows you to get all kinds of information on those tables.

Since:
18-05-2003 This class has been deprecated as now it is being replaced by its XUL version.
Author:
Matt

Constructor Summary
DatabaseExplorerDialogLegacy(Shell parent, int style, DatabaseMeta conn, List<DatabaseMeta> databases)
          Deprecated.  
DatabaseExplorerDialogLegacy(Shell parent, int style, DatabaseMeta conn, List<DatabaseMeta> databases, boolean look)
          Deprecated.  
DatabaseExplorerDialogLegacy(Shell parent, int style, DatabaseMeta conn, List<DatabaseMeta> databases, boolean look, boolean splitSchemaAndTable)
          Deprecated.  
 
Method Summary
 void dispose()
          Deprecated.  
 void getDDL(String tableName)
          Deprecated.  
 void getDDLForOther(String tableName)
          Deprecated.  
 String getSchemaName()
          Deprecated.  
 String getSelectedSchema()
          Deprecated.  
 void getSQL(String tableName)
          Deprecated.  
 String getTableName()
          Deprecated.  
 void getTruncate(String activeSchemaTable)
          Deprecated.  
 void handleOK()
          Deprecated.  
 boolean isSplitSchemaAndTable()
          Deprecated.  
 Object open()
          Deprecated.  
 void openSchema(SelectionEvent e)
          Deprecated.  
 void previewTable(String tableName, boolean asklimit)
          Deprecated.  
 void profileTable(String tableName)
          Deprecated. Fire off a transformation that data profiles the specified table...
 void setSchemaName(String schemaName)
          Deprecated.  
 void setSelectedSchema(String selectSchema)
          Deprecated.  
 void setSelectedTable(String selectedTable)
          Deprecated.  
 void setSplitSchemaAndTable(boolean splitSchemaAndTable)
          Deprecated.  
 void setTableName(String tableName)
          Deprecated.  
 void setTreeMenu()
          Deprecated.  
 void showCount(String tableName)
          Deprecated.  
 void showTable(String tableName)
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatabaseExplorerDialogLegacy

public DatabaseExplorerDialogLegacy(Shell parent,
                                    int style,
                                    DatabaseMeta conn,
                                    List<DatabaseMeta> databases)
Deprecated. 

DatabaseExplorerDialogLegacy

public DatabaseExplorerDialogLegacy(Shell parent,
                                    int style,
                                    DatabaseMeta conn,
                                    List<DatabaseMeta> databases,
                                    boolean look)
Deprecated. 

DatabaseExplorerDialogLegacy

public DatabaseExplorerDialogLegacy(Shell parent,
                                    int style,
                                    DatabaseMeta conn,
                                    List<DatabaseMeta> databases,
                                    boolean look,
                                    boolean splitSchemaAndTable)
Deprecated. 
Method Detail

setSelectedTable

public void setSelectedTable(String selectedTable)
Deprecated. 

open

public Object open()
Deprecated. 

setTreeMenu

public void setTreeMenu()
Deprecated. 

previewTable

public void previewTable(String tableName,
                         boolean asklimit)
Deprecated. 

showTable

public void showTable(String tableName)
Deprecated. 

showCount

public void showCount(String tableName)
Deprecated. 

getDDL

public void getDDL(String tableName)
Deprecated. 

getDDLForOther

public void getDDLForOther(String tableName)
Deprecated. 

getSQL

public void getSQL(String tableName)
Deprecated. 

profileTable

public void profileTable(String tableName)
Deprecated. 
Fire off a transformation that data profiles the specified table...

Parameters:
tableName -

getTruncate

public void getTruncate(String activeSchemaTable)
Deprecated. 

dispose

public void dispose()
Deprecated. 

handleOK

public void handleOK()
Deprecated. 

openSchema

public void openSchema(SelectionEvent e)
Deprecated. 

getSchemaName

public String getSchemaName()
Deprecated. 
Returns:
the schemaName

setSchemaName

public void setSchemaName(String schemaName)
Deprecated. 
Parameters:
schemaName - the schemaName to set

getTableName

public String getTableName()
Deprecated. 
Returns:
the tableName

setTableName

public void setTableName(String tableName)
Deprecated. 
Parameters:
tableName - the tableName to set

isSplitSchemaAndTable

public boolean isSplitSchemaAndTable()
Deprecated. 
Returns:
the splitSchemaAndTable

setSplitSchemaAndTable

public void setSplitSchemaAndTable(boolean splitSchemaAndTable)
Deprecated. 
Parameters:
splitSchemaAndTable - the splitSchemaAndTable to set

getSelectedSchema

public String getSelectedSchema()
Deprecated. 
Returns:
the selectSchema

setSelectedSchema

public void setSelectedSchema(String selectSchema)
Deprecated. 
Parameters:
selectSchema - the selectSchema to set