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

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
 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
 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.
 



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