|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object Dialog org.pentaho.di.ui.core.database.dialog.DatabaseExplorerDialogLegacy
@Deprecated public class DatabaseExplorerDialogLegacy
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.
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 |
---|
public DatabaseExplorerDialogLegacy(Shell parent, int style, DatabaseMeta conn, List<DatabaseMeta> databases)
public DatabaseExplorerDialogLegacy(Shell parent, int style, DatabaseMeta conn, List<DatabaseMeta> databases, boolean look)
public DatabaseExplorerDialogLegacy(Shell parent, int style, DatabaseMeta conn, List<DatabaseMeta> databases, boolean look, boolean splitSchemaAndTable)
Method Detail |
---|
public void setSelectedTable(String selectedTable)
public Object open()
public void setTreeMenu()
public void previewTable(String tableName, boolean asklimit)
public void showTable(String tableName)
public void showCount(String tableName)
public void getDDL(String tableName)
public void getDDLForOther(String tableName)
public void getSQL(String tableName)
public void profileTable(String tableName)
tableName
- public void getTruncate(String activeSchemaTable)
public void dispose()
public void handleOK()
public void openSchema(SelectionEvent e)
public String getSchemaName()
public void setSchemaName(String schemaName)
schemaName
- the schemaName to setpublic String getTableName()
public void setTableName(String tableName)
tableName
- the tableName to setpublic boolean isSplitSchemaAndTable()
public void setSplitSchemaAndTable(boolean splitSchemaAndTable)
splitSchemaAndTable
- the splitSchemaAndTable to setpublic String getSelectedSchema()
public void setSelectedSchema(String selectSchema)
selectSchema
- the selectSchema to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |