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 IDBDebuggerFactory.getSPThread(SPDebugTarget target, DatabaseIdentifier databaseIdentifier, java.lang.String connectionId, java.sql.Connection debuggeeCon)
          Returns a SPThread used to debug stored procedures.
 SPThread DefaultDBDebuggerFactory.getSPThread(SPDebugTarget target, DatabaseIdentifier databaseIdentifier, java.lang.String id, java.sql.Connection debuggeeCon)
           
 

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)
           
 



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