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

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

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

Methods in org.eclipse.datatools.sqltools.debugger.model that return SPValue
 SPValue SPThread.evaluateExpression(java.lang.String expression)
          Evaluates the given expression.
 

Methods in org.eclipse.datatools.sqltools.debugger.model with parameters of type SPValue
 void SPVariable.internalSetValue(SPValue v)