Returns the catalog of the connection database.

1 connection.getCatalog

<connection.getCatalog />
Example

Print the database catalog.

Copy
<xsql-script name='sample_dba'>
    <body>
                   
        <println>
           <connection.getCatalog />
        </println>
    
    </body>
</xsql-script>