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

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

public class SQLEditor
extends Object

Dialog that allows the user to launch SQL statements towards the database.

Since:
13-10-2003
Author:
Matt

Field Summary
static LoggingObjectInterface loggingObject
           
 
Constructor Summary
SQLEditor(Shell parent, int style, DatabaseMeta ci, DBCache dbc, String sql)
           
SQLEditor(VariableSpace space, Shell parent, int style, DatabaseMeta ci, DBCache dbc, String sql)
           
 
Method Summary
 void dispose()
           
 void getData()
          Copy information from the meta-data input to the dialog fields.
 void open()
           
 void setPosition()
           
 
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

SQLEditor

public SQLEditor(Shell parent,
                 int style,
                 DatabaseMeta ci,
                 DBCache dbc,
                 String sql)

SQLEditor

public SQLEditor(VariableSpace space,
                 Shell parent,
                 int style,
                 DatabaseMeta ci,
                 DBCache dbc,
                 String sql)
Method Detail

open

public void open()

setPosition

public void setPosition()

dispose

public void dispose()

getData

public void getData()
Copy information from the meta-data input to the dialog fields.