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

Packages that use SPDebugElement
org.eclipse.datatools.sqltools.debugger.model   
 

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

Subclasses of SPDebugElement in org.eclipse.datatools.sqltools.debugger.model
 class SPDebugTarget
          SP debug target will only have at most one SPThread associated with it, many method of this class will delegate to the SPThread.
 class SPGlobalVariable
          We don't support change global variable values.
 class SPLocalVariable
          Represents a SQL variable/parameter defined in a Routine object.
 class SPStackFrame
          This class represents a stored procedure stack frame.
 class SPThread
          This is the super class for stored procedure thread.
 class SPValue
          Stored Procedure variables are flat and simple.
 class SPVariable
          Represents a SQL variable/parameter.