Uses of Class
org.eclipse.datatools.sqltools.debugger.model.SPThread

Packages that use SPThread
org.eclipse.datatools.sqltools.debugger.core   
org.eclipse.datatools.sqltools.debugger.model   
 

Uses of SPThread in org.eclipse.datatools.sqltools.debugger.core
 

Methods in org.eclipse.datatools.sqltools.debugger.core that return SPThread
 SPThread SQLDebuggerConfiguration.getSPThread(SPDebugTarget target, org.eclipse.datatools.sqltools.core.DatabaseIdentifier databaseIdentifier, java.lang.String id, java.sql.Connection debuggeeCon)
          Returns a SPThread used to debug stored procedures.
 

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

Methods in org.eclipse.datatools.sqltools.debugger.model that return SPThread
 SPThread SPDebugTarget.getSPThread()
           
 

Methods in org.eclipse.datatools.sqltools.debugger.model with parameters of type SPThread
 void SPDebugTarget.setSPThread(SPThread thread)
          Associates the sole thread.
 

Constructors in org.eclipse.datatools.sqltools.debugger.model with parameters of type SPThread
SPStackFrame(SPDebugTarget target, SPThread thread, int depth)