Returns the attributes of the list of all the functions (tags) defined in the system.
1 system.function.getAttributes
<system.function.getAttributes />
Returns | |
---|---|
Type | Description |
map | Result. |
Example
Returns the list of the functions of the system.
Copy
<xsql-script name='getAttributes_example'> <body> <function name='sample_script_local_func'> <body> <return><system.function.getName /></return> </body> </function> <println> <system.function.getAttributes> <sample_script_local_func /> </system.function.getAttributes> </println> </body> </xsql-script>