org.pentaho.di.ui.core.dialog
Class SQLStatementsDialog

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

public class SQLStatementsDialog
extends Dialog

Dialog to display the results of an SQL generation operation.

Since:
19-06-2003
Author:
Matt

Field Summary
static LoggingObjectInterface loggingObject
           
 
Constructor Summary
SQLStatementsDialog(Shell parent, VariableSpace space, int style, List<SQLStatement> stats)
           
SQLStatementsDialog(Shell parent, VariableSpace space, int style, LogWriter log, PropsUI props, List<SQLStatement> stats)
          Deprecated. Use CT without props parameter
 
Method Summary
 void dispose()
           
 void getData()
          Copy information from the meta-data input to the dialog fields.
 String open()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

loggingObject

public static final LoggingObjectInterface loggingObject
Constructor Detail

SQLStatementsDialog

public SQLStatementsDialog(Shell parent,
                           VariableSpace space,
                           int style,
                           LogWriter log,
                           PropsUI props,
                           List<SQLStatement> stats)
Deprecated. Use CT without props parameter


SQLStatementsDialog

public SQLStatementsDialog(Shell parent,
                           VariableSpace space,
                           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.