Uses of Interface
org.eclipse.datatools.sqltools.editor.core.connection.IConnectionTracker

Packages that use IConnectionTracker
org.eclipse.datatools.sqltools.db.derby.core   
org.eclipse.datatools.sqltools.db.derby.core.services   
org.eclipse.datatools.sqltools.debugger.model   
org.eclipse.datatools.sqltools.routineeditor.launching   
org.eclipse.datatools.sqltools.routineeditor.result   
org.eclipse.datatools.sqltools.sqleditor.result   
 

Uses of IConnectionTracker in org.eclipse.datatools.sqltools.db.derby.core
 

Constructors in org.eclipse.datatools.sqltools.db.derby.core with parameters of type IConnectionTracker
DerbyCallableRunnable(java.sql.Connection con, org.eclipse.debug.core.ILaunchConfiguration configuration, boolean closeCon, IConnectionTracker tracker, org.eclipse.datatools.sqltools.core.DatabaseIdentifier databaseIdentifier)
           
 

Uses of IConnectionTracker in org.eclipse.datatools.sqltools.db.derby.core.services
 

Methods in org.eclipse.datatools.sqltools.db.derby.core.services with parameters of type IConnectionTracker
 java.lang.Runnable DerbyExecutionService.createCallableSQLResultRunnable(java.sql.Connection con, org.eclipse.debug.core.ILaunchConfiguration configuration, boolean closeCon, IConnectionTracker tracker, org.eclipse.datatools.sqltools.core.DatabaseIdentifier databaseIdentifier)
           
 

Uses of IConnectionTracker in org.eclipse.datatools.sqltools.debugger.model
 

Classes in org.eclipse.datatools.sqltools.debugger.model that implement IConnectionTracker
 class SPThread
          This is the super class for stored procedure thread.
 

Uses of IConnectionTracker in org.eclipse.datatools.sqltools.routineeditor.launching
 

Classes in org.eclipse.datatools.sqltools.routineeditor.launching that implement IConnectionTracker
 class SPDebugTarget_Run
          This a very simple implementation of "run" mode.
 

Uses of IConnectionTracker in org.eclipse.datatools.sqltools.routineeditor.result
 

Constructors in org.eclipse.datatools.sqltools.routineeditor.result with parameters of type IConnectionTracker
CallableSQLResultRunnable(java.sql.Connection con, org.eclipse.debug.core.ILaunchConfiguration configuration, boolean closeCon, IConnectionTracker tracker, org.eclipse.datatools.sqltools.core.DatabaseIdentifier databaseIdentifier)
           
 

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

Constructors in org.eclipse.datatools.sqltools.sqleditor.result with parameters of type IConnectionTracker
GroupSQLResultRunnable(java.sql.Connection con, java.lang.String[] groups, IConnectionTracker tracker, java.lang.Runnable postRun, org.eclipse.datatools.sqltools.core.DatabaseIdentifier databaseIdentifier, boolean promptVar, java.util.HashMap varDefs)
           
GroupSQLResultRunnable(java.sql.Connection con, java.lang.String[] groups, IConnectionTracker tracker, java.lang.Runnable postRun, org.eclipse.datatools.sqltools.core.DatabaseIdentifier databaseIdentifier, boolean promptVar, java.util.HashMap varDefs, java.lang.String parentDisplayName, java.lang.String consumerName)
           
SimpleSQLResultRunnable(java.sql.Connection con, java.lang.String sql, boolean closeCon, IConnectionTracker tracker, org.eclipse.core.runtime.IProgressMonitor parentMonitor, org.eclipse.datatools.sqltools.core.DatabaseIdentifier databaseIdentifier, org.eclipse.debug.core.ILaunchConfiguration configuration)
          Constructs a SimpleSQLResultRunnable to run the specified sql statement.