Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93e4ea8 commit 290ca30Copy full SHA for 290ca30
1 file changed
source/reporters/ut_realtime_reporter.tps
@@ -103,12 +103,13 @@ create or replace type ut_realtime_reporter force under ut_output_reporter_base(
103
overriding member function get_description return varchar2,
104
105
/**
106
- * Prints the start tag of a XML node with an optional id attribute.
+ * Prints the start tag of a XML node with an optional attribute.
107
*/
108
member procedure print_start_node(
109
- self in out nocopy ut_realtime_reporter,
110
- a_name in varchar2,
111
- a_id in varchar2 default null
+ self in out nocopy ut_realtime_reporter,
+ a_node_name in varchar2,
+ a_attr_name in varchar2 default null,
112
+ a_attr_value in varchar2 default null
113
),
114
115
0 commit comments