Class SqlEditor
- java.lang.Object
-
- org.apache.hop.ui.core.database.dialog.SqlEditor
-
public class SqlEditor extends Object
Dialog that allows the user to launch SQL statements towards the database.
-
-
Field Summary
Fields Modifier and Type Field Description static ILoggingObjectloggingObject
-
Constructor Summary
Constructors Constructor Description SqlEditor(org.eclipse.swt.widgets.Shell parent, int style, IVariables variables, DatabaseMeta ci, DbCache dbc, String sql)
-
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.voidopen()protected voidrefreshExecutionResults()During or after an execution we will mark regions of the SQL editor dialog in green or red.voidsetPosition()
-
-
-
Field Detail
-
loggingObject
public static final ILoggingObject loggingObject
-
-
Constructor Detail
-
SqlEditor
public SqlEditor(org.eclipse.swt.widgets.Shell parent, int style, IVariables variables, 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.
-
refreshExecutionResults
protected void refreshExecutionResults()
During or after an execution we will mark regions of the SQL editor dialog in green or red.
-
-