Updated on 2024-06-03 GMT+08:00

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, as described in Table 1.

Table 1 set_var input parameters and return values

Name

Type

Description

var_name

IN text

Variable name.

value

IN text

New value.

result

OUT boolean

Whether the request is successful.