Obtains the icon of the database in which the script execution is being performed.
1 system.dbms.getIcon
<system.dbms.getIcon />
Returns | |
---|---|
Type | Description |
img | Icon of the database. |
Example
Obtain the icon of the database against which the script is executed.
Copy
<xsql-script name='system_getIcon_sample1'> <body> <set name='m_wic_img'> <system.dbms.getIcon /> </set> </body> </xsql-script>