Package org.pentaho.di.ui.core.dialog
Class SQLStatementsDialog
java.lang.Object
org.eclipse.swt.widgets.Dialog
org.pentaho.di.ui.core.dialog.SQLStatementsDialog
public class SQLStatementsDialog
extends org.eclipse.swt.widgets.Dialog
Dialog to display the results of an SQL generation operation.
- Since:
- 19-06-2003
- Author:
- Matt
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.pentaho.di.core.logging.LoggingObjectInterface
-
Constructor Summary
ConstructorsConstructorDescriptionSQLStatementsDialog
(org.eclipse.swt.widgets.Shell parent, org.pentaho.di.core.variables.VariableSpace space, int style, List<org.pentaho.di.core.SQLStatement> stats) -
Method Summary
Methods inherited from class org.eclipse.swt.widgets.Dialog
checkSubclass, getParent, getStyle, getText, setText
-
Field Details
-
loggingObject
public static final org.pentaho.di.core.logging.LoggingObjectInterface loggingObject
-
-
Constructor Details
-
SQLStatementsDialog
public SQLStatementsDialog(org.eclipse.swt.widgets.Shell parent, org.pentaho.di.core.variables.VariableSpace space, int style, List<org.pentaho.di.core.SQLStatement> stats)
-
-
Method Details
-
open
-
dispose
public void dispose() -
getData
public void getData()Copy information from the meta-data input to the dialog fields.
-