Uses of Class
org.eclipse.datatools.sqltools.result.OperationCommand

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
 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.
 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.
 int ResultsViewAPI.getCurrentStatus(OperationCommand cmd)
          Returns the current status of the given operation command
 java.lang.Throwable[] ResultsViewAPI.getFailThrowables(OperationCommand cmd, boolean includeSubThrowables)
          Returns the exceptions thrown when generating the result instance
 java.lang.Throwable[] ResultsViewAPI.getFailThrowables(OperationCommand cmd)
          Returns the exceptions thrown when generating the result instance
 boolean ResultsViewAPI.appendThrowable(OperationCommand cmd, java.lang.Throwable th)
          Appends an exception to the result instance, this won't affect the UI.
 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.
 boolean ResultsViewAPI.createSubInstance(OperationCommand parentCmd, OperationCommand cmd, java.lang.Runnable terminateHandler)
          Creates a sub result instance for the given parent result instance.
 OperationCommand ResultsViewAPI.getSubOperationCommand(OperationCommand parentCmd, int subNum)
          Returns the operation request of the sub-result
 int ResultsViewAPI.calculateStatus(OperationCommand command)
          Calculates the status of the result instance based on its sub-results' status.
 void IReExecutionRunnable.reExecute(OperationCommand cmd)
          Re-executes the given operation.
 

Uses of OperationCommand in org.eclipse.datatools.sqltools.sqleditor.result
 

Methods in org.eclipse.datatools.sqltools.sqleditor.result that return OperationCommand
 OperationCommand ResultSupportRunnable.getOperationCommand()
          Creates the OperationCommand object which will be used for results view display.
 OperationCommand ResultSupportRunnable.getParentOperationCommand()
          Returns the parent operation command
 OperationCommand GroupSQLResultRunnable.getOperationCommand()
           
 

Methods in org.eclipse.datatools.sqltools.sqleditor.result with parameters of type OperationCommand
 void ResultSupportRunnable.setParentOperCommand(OperationCommand operCommand)
           
 



Copyright © 2007 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.