|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OperationCommand | |
org.eclipse.datatools.sqltools.result |
Uses of OperationCommand in org.eclipse.datatools.sqltools.result |
Methods in org.eclipse.datatools.sqltools.result with parameters of type OperationCommand | |
int |
ResultsViewAPI.getCurrentStatus(OperationCommand cmd)
Returns the current status of the given operation command |
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.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. |
boolean |
ResultsViewAPI.createNewInstance(OperationCommand cmd,
java.lang.Runnable terminateHandler)
Creates a new result instance given the OperationCommand instance |
boolean |
ResultsViewAPI.showParameters(OperationCommand cmd,
java.util.List params)
Shows the parameters on SQL Results View. |
boolean |
ResultsViewAPI.updateStatus(OperationCommand cmd,
int status)
Updates the status of the result instance. |
void |
IReExecutionRunnable.reExecute(OperationCommand cmd)
Re-executes the given operation. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |