org.eclipse.datatools.sqltools.sqleditor.result
Class GroupSQLResultRunnable

java.lang.Object
  extended byJob
      extended byorg.eclipse.datatools.sqltools.sqleditor.result.ResultSupportRunnable
          extended byorg.eclipse.datatools.sqltools.sqleditor.result.SimpleSQLResultRunnable
              extended byorg.eclipse.datatools.sqltools.sqleditor.result.GroupSQLResultRunnable
All Implemented Interfaces:
java.lang.Runnable

public class GroupSQLResultRunnable
extends SimpleSQLResultRunnable

Author:
Hui Cao
See Also:
Serialized Form

Constructor Summary
GroupSQLResultRunnable(java.sql.Connection con, java.lang.String[] groups, IConnectionTracker tracker, java.lang.Runnable postRun, DatabaseIdentifier databaseIdentifier, boolean promptVar, java.util.HashMap varDefs)
           
 
Method Summary
 void run()
           
 
Methods inherited from class org.eclipse.datatools.sqltools.sqleditor.result.SimpleSQLResultRunnable
getConfiguration
 
Methods inherited from class org.eclipse.datatools.sqltools.sqleditor.result.ResultSupportRunnable
getDatabaseIdentifier, loopThroughResults
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupSQLResultRunnable

public GroupSQLResultRunnable(java.sql.Connection con,
                              java.lang.String[] groups,
                              IConnectionTracker tracker,
                              java.lang.Runnable postRun,
                              DatabaseIdentifier databaseIdentifier,
                              boolean promptVar,
                              java.util.HashMap varDefs)
Parameters:
con -
tracker -
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable
Overrides:
run in class ResultSupportRunnable


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