Package org.apache.hop.ui.core.dialog
Class SqlStatementsDialog
- java.lang.Object
-
- org.eclipse.swt.widgets.Dialog
-
- org.apache.hop.ui.core.dialog.SqlStatementsDialog
-
public class SqlStatementsDialog extends org.eclipse.swt.widgets.DialogDialog to display the results of an SQL generation operation.
-
-
Field Summary
Fields Modifier and Type Field Description static ILoggingObjectloggingObject
-
Constructor Summary
Constructors Constructor Description SqlStatementsDialog(org.eclipse.swt.widgets.Shell parent, IVariables variables, int style, List<SqlStatement> stats)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddispose()voidgetData()Copy information from the meta-data input to the dialog fields.Stringopen()
-
-
-
Field Detail
-
loggingObject
public static final ILoggingObject loggingObject
-
-
Constructor Detail
-
SqlStatementsDialog
public SqlStatementsDialog(org.eclipse.swt.widgets.Shell parent, IVariables variables, int style, List<SqlStatement> stats)
-
-
Method Detail
-
open
public String open()
-
dispose
public void dispose()
-
getData
public void getData()
Copy information from the meta-data input to the dialog fields.
-
-