Uses of Package
org.eclipse.datatools.sqltools.debugger.model

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

Classes in org.eclipse.datatools.sqltools.debugger.model used by org.eclipse.datatools.sqltools.debugger.core
SPDebugTarget
          SP debug target will only have at most one SPThread associated with it, many method of this class will delegate to the SPThread.
SPThread
          This is the super class for stored procedure thread.
 

Classes in org.eclipse.datatools.sqltools.debugger.model used by org.eclipse.datatools.sqltools.debugger.model
SPDebugElement
          Super class for all debug model elements.
SPDebugTarget
          SP debug target will only have at most one SPThread associated with it, many method of this class will delegate to the SPThread.
SPThread
          This is the super class for stored procedure thread.
SPValue
          Stored Procedure variables are flat and simple.
SPVariable
          Represents a SQL variable/parameter.