Returns the list (array) of the databases accessibles for the user.

1 system.user.getDatabases

<system.user.getDatabases
    dict='dict'
    primary='primary'
/>
Example

List of the databases accessibles for the user

Copy
<xsql-script>
     <body>
        <println>
            <system.user.getDatabases dict='#m_dbms' />
        </println>
     </body>
</xsql-script>