Returns the list (array) of the databases accessibles for the user.
1 system.user.getDatabases
<system.user.getDatabases
dict='dict'
primary='primary'
/>
Attributes | |||||
---|---|---|---|---|---|
Name | Type | Required | Default | Description | |
Adict | string | The databases which has this dictionary in its list is returned. | |||
Aprimary | boolean | If returns true only the primary databases are returned. |
Returns | |
---|---|
Type | Description |
Array String | List of the databases accessibles for the user. |
Example
List of the databases accessibles for the user
Copy
<xsql-script> <body> <println> <system.user.getDatabases dict='#m_dbms' /> </println> </body> </xsql-script>