|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.runtime.PlatformObject
org.eclipse.core.internal.jobs.InternalJob
org.eclipse.core.runtime.jobs.Job
org.eclipse.datatools.sqltools.editor.core.result.ResultSupportRunnable
org.eclipse.datatools.sqltools.sqleditor.result.SimpleSQLResultRunnable
org.eclipse.datatools.sqltools.sqleditor.result.GroupSQLResultRunnable
public class GroupSQLResultRunnable
Field Summary | |
---|---|
static int |
EXECUTION_NESTED_ERROR
|
Fields inherited from class org.eclipse.core.runtime.jobs.Job |
---|
ASYNC_FINISH, BUILD, DECORATE, INTERACTIVE, LONG, NONE, RUNNING, SHORT, SLEEPING, WAITING |
Constructor Summary | |
---|---|
GroupSQLResultRunnable(java.sql.Connection con,
java.lang.String[] groups,
IConnectionTracker tracker,
java.lang.Runnable postRun,
org.eclipse.datatools.sqltools.core.DatabaseIdentifier databaseIdentifier,
boolean promptVar,
java.util.HashMap varDefs)
|
|
GroupSQLResultRunnable(java.sql.Connection con,
java.lang.String[] groups,
IConnectionTracker tracker,
java.lang.Runnable postRun,
org.eclipse.datatools.sqltools.core.DatabaseIdentifier databaseIdentifier,
boolean promptVar,
java.util.HashMap varDefs,
java.lang.String parentDisplayName,
java.lang.String consumerName)
|
Method Summary | |
---|---|
OperationCommand |
getOperationCommand()
Creates the OperationCommand object which will be
used for results view display. |
void |
run()
|
Methods inherited from class org.eclipse.datatools.sqltools.sqleditor.result.SimpleSQLResultRunnable |
---|
getConfiguration |
Methods inherited from class org.eclipse.datatools.sqltools.editor.core.result.ResultSupportRunnable |
---|
getActionType, getConsumerName, getDatabaseIdentifier, getOperationStatus, getParentOperationCommand, loopThroughResults, setActionType, setConsumerName, setNeedsInitConnection, setParentOperCommand, terminateExecution |
Methods inherited from class org.eclipse.core.runtime.jobs.Job |
---|
addJobChangeListener, belongsTo, cancel, done, getJobManager, getName, getPriority, getProperty, getResult, getRule, getState, getThread, isBlocking, isSystem, isUser, join, removeJobChangeListener, schedule, schedule, setName, setPriority, setProgressGroup, setProperty, setRule, setSystem, setThread, setUser, shouldRun, shouldSchedule, sleep, toString, wakeUp, wakeUp, yieldRule |
Methods inherited from class org.eclipse.core.internal.jobs.InternalJob |
---|
compareTo |
Methods inherited from class org.eclipse.core.runtime.PlatformObject |
---|
getAdapter |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
---|
getAdapter |
Field Detail |
---|
public static final int EXECUTION_NESTED_ERROR
Constructor Detail |
---|
public GroupSQLResultRunnable(java.sql.Connection con, java.lang.String[] groups, IConnectionTracker tracker, java.lang.Runnable postRun, org.eclipse.datatools.sqltools.core.DatabaseIdentifier databaseIdentifier, boolean promptVar, java.util.HashMap varDefs)
con
- if con is null, corresponding ConnectionService.createConnection will be called.sql
- tracker
- public GroupSQLResultRunnable(java.sql.Connection con, java.lang.String[] groups, IConnectionTracker tracker, java.lang.Runnable postRun, org.eclipse.datatools.sqltools.core.DatabaseIdentifier databaseIdentifier, boolean promptVar, java.util.HashMap varDefs, java.lang.String parentDisplayName, java.lang.String consumerName)
Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
run
in class ResultSupportRunnable
public OperationCommand getOperationCommand()
ResultSupportRunnable
OperationCommand
object which will be
used for results view display.
getOperationCommand
in class ResultSupportRunnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |