|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OperationCommand | |
---|---|
org.eclipse.datatools.sqltools.result | |
org.eclipse.datatools.sqltools.sqleditor.result |
Uses of OperationCommand in org.eclipse.datatools.sqltools.result |
---|
Methods in org.eclipse.datatools.sqltools.result that return OperationCommand | |
---|---|
OperationCommand |
ResultsViewAPI.getSubOperationCommand(OperationCommand parentCmd,
int subNum)
Returns the operation request of the sub-result |
Methods in org.eclipse.datatools.sqltools.result with parameters of type OperationCommand | |
---|---|
boolean |
ResultsViewAPI.appendPlainMessage(OperationCommand cmd,
java.lang.String message)
Appends a plain message to the result instance, when using multiple windows display mode, this kind of messages will be displayed on "Message" tab |
boolean |
ResultsViewAPI.appendResultSet(OperationCommand cmd,
IResultSetObject rs)
Appends an instance of IResultSetObject to SQL Results View. |
boolean |
ResultsViewAPI.appendResultSet(OperationCommand cmd,
java.sql.ResultSet rs)
Appends a JDBC result set to the result instance. |
boolean |
ResultsViewAPI.appendStatusMessage(OperationCommand cmd,
java.lang.String message)
Appends a status message to the result instance, when using multiple windows display mode, this kind of messages will be displayed on "Status" tab |
boolean |
ResultsViewAPI.appendThrowable(OperationCommand cmd,
java.lang.Throwable th)
Appends an exception to the result instance, this won't affect the UI. |
boolean |
ResultsViewAPI.appendUpdateCountMessage(OperationCommand cmd,
int count)
Appends an update count message to the result instance. |
boolean |
ResultsViewAPI.appendXMLResultSet(OperationCommand cmd,
java.lang.String xmlString)
Appends an XML result set to SQL Results View. |
int |
ResultsViewAPI.calculateStatus(OperationCommand command)
Calculates the status of the result instance based on its sub-results' status. |
boolean |
ResultsViewAPI.createNewInstance(OperationCommand cmd,
java.lang.Runnable terminateHandler)
Creates a new result instance given the OperationCommand instance |
boolean |
ResultsViewAPI.createSubInstance(OperationCommand parentCmd,
OperationCommand cmd,
java.lang.Runnable terminateHandler)
Creates a sub result instance for the given parent result instance. |
int |
ResultsViewAPI.getCurrentStatus(OperationCommand cmd)
Returns the current status of the given operation command |
java.lang.Throwable[] |
ResultsViewAPI.getFailThrowables(OperationCommand cmd)
Returns the exceptions thrown when generating the result instance |
java.lang.Throwable[] |
ResultsViewAPI.getFailThrowables(OperationCommand cmd,
boolean includeSubThrowables)
Returns the exceptions thrown when generating the result instance |
IResultInstance |
ResultsViewAPI.getResultInstance(OperationCommand cmd)
Return the IResultInstance object correlative with the OperationCommand object. |
int |
ResultsViewUIAccessor.getRowCount(OperationCommand cmd)
Returns the row count of current displaying result set of the given result instance, if the current tab is not ressult set or it is in single tab display mode, we will simply return -1. |
OperationCommand |
ResultsViewAPI.getSubOperationCommand(OperationCommand parentCmd,
int subNum)
Returns the operation request of the sub-result |
void |
IReExecutionRunnable.reExecute(OperationCommand cmd)
Re-executes the given operation. |
boolean |
ResultsViewAPI.showParameters(OperationCommand cmd,
java.util.List params)
Shows the parameters on SQL Results View. |
void |
ResultsViewUIAccessor.showTab(OperationCommand cmd,
int tabType)
Sets the focus to the given tab if the current result instance is the given instance. |
void |
ResultsViewUIAccessor.showTab(OperationCommand cmd,
int tabType,
int tabNum)
Sets focus to the given message/result tab with the given tab number. |
void |
ResultsViewUIAccessor.showTab(OperationCommand cmd,
IResultSetObject result)
Sets the focus to the given result set if the current result instance is the given instance. |
boolean |
ResultsViewAPI.updateStatus(OperationCommand cmd,
int status)
Updates the status of the result instance. |
Uses of OperationCommand in org.eclipse.datatools.sqltools.sqleditor.result |
---|
Methods in org.eclipse.datatools.sqltools.sqleditor.result that return OperationCommand | |
---|---|
OperationCommand |
GroupSQLResultRunnable.getOperationCommand()
|
OperationCommand |
ResultSupportRunnable.getOperationCommand()
Creates the OperationCommand object which will be
used for results view display. |
OperationCommand |
ResultSupportRunnable.getParentOperationCommand()
Returns the parent operation command |
Methods in org.eclipse.datatools.sqltools.sqleditor.result with parameters of type OperationCommand | |
---|---|
void |
ResultSupportRunnable.setParentOperCommand(OperationCommand operCommand)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |