DBE_PLDEBUGGER.print_var
During debugging on the debug end, print_var is called to print the name and value of the specified variable in the current stored procedure. You can also use this function to print variables when an error is reported. The input parameter frameno of this function indicates the stack layer to be traversed. This function can be called without frameno. By default, the top-layer stack variable is queried, as shown in Table 1.
Name |
Type |
Description |
---|---|---|
var_name |
IN text |
Variable. |
frameno |
IN integer (optional) |
Specified stack layer. The default value is the top layer. |
varname |
OUT text |
Variable name. |
vartype |
OUT text |
Variable type. |
value |
OUT text |
Variable value. |
isconst |
OUT boolean |
Determines whether the value is a constant. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot