Uses of Interface
org.eclipse.datatools.sqltools.result.IReExecutionRunnable

Packages that use IReExecutionRunnable
org.eclipse.datatools.sqltools.result.internal.core   
org.eclipse.datatools.sqltools.result.internal.ui.actions   
 

Uses of IReExecutionRunnable in org.eclipse.datatools.sqltools.result.internal.core
 

Methods in org.eclipse.datatools.sqltools.result.internal.core that return IReExecutionRunnable
static IReExecutionRunnable ReExecutionRegistryReader.readProperReExecutionHandler(OperationCommand cmd)
          Given a operation, this method is to find a approporiate IReExecutionRunnable handler to re-execute this operaion.
 

Uses of IReExecutionRunnable in org.eclipse.datatools.sqltools.result.internal.ui.actions
 

Constructors in org.eclipse.datatools.sqltools.result.internal.ui.actions with parameters of type IReExecutionRunnable
ReExecuteAction(OperationCommand cmd, IReExecutionRunnable runnable)