Returns the list of the dictionary databases.
1 connection.getDictionaries
<connection.getDictionaries />
Returns | |
---|---|
Type | Description |
Array | Returns the list of the dictionary databases. |
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>