Returns the list of the dictionary databases.

1 connection.getDictionaries

<connection.getDictionaries />
Example

Print on the screen the list of the dictionary databases.

Copy
<xsql-script name='connection_getDictionaries'>
    <body>
        <println>
           <connection.getDictionaries/>
        </println>
    </body>
</xsql-script>