DBE_PLDEBUGGER.set_var
Changes the variable on the top-layer stack in the specified debugging stored procedure to the value of the input parameter. If a stored procedure contains variables with the same name, set_var supports only the setting of the first variable value.
Name |
Type |
Description |
---|---|---|
var_name |
IN text |
Variable name |
value |
IN text |
New value |
result |
OUT boolean |
Result (success or failure) |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.