|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.di.ui.core.database.dialog.SQLEditor
public class SQLEditor
Dialog that allows the user to launch SQL statements towards the database.
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 |
---|
public static final LoggingObjectInterface loggingObject
Constructor Detail |
---|
public SQLEditor(Shell parent, int style, DatabaseMeta ci, DBCache dbc, String sql)
public SQLEditor(VariableSpace space, Shell parent, int style, DatabaseMeta ci, DBCache dbc, String sql)
Method Detail |
---|
public void open()
public void setPosition()
public void dispose()
public void getData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |