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

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

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

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

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

Methods in org.eclipse.datatools.sqltools.debugger.model that return SPDebugTarget
 SPDebugTarget SPDebugElement.getSPDebugTarget()
           
 

Constructors in org.eclipse.datatools.sqltools.debugger.model with parameters of type SPDebugTarget
SPVariable(SPDebugTarget target, java.lang.String name)
           
SPValue(SPDebugTarget target, java.lang.String typeName, java.lang.String valueString)
           
SPThread(SPDebugTarget target, DatabaseIdentifier databaseIdentifier)
           
SPStackFrame(SPDebugTarget target, SPThread thread, int depth)
           
SPLocalVariable(SPDebugTarget target, java.lang.String name)
           
SPGlobalVariable(SPDebugTarget target, java.lang.String name)
           
SPDebugElement(SPDebugTarget target)
           
 



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