Returns the catalog of the connection database.
1 connection.getCatalog
<connection.getCatalog />
Returns | |
---|---|
Type | Description |
String | Catalog of the connection database. |
Example
Print the database catalog.
Copy
<xsql-script name='sample_dba'> <body> <println> <connection.getCatalog /> </println> </body> </xsql-script>