Returns the availables catalog names in this database.

1 connection.metadata.getCatalogs

<connection.metadata.getCatalogs />
Example
Copy
<xsql-script name='connection_metadata.getCatalogs_sample'>
    <body>
        <println>
            <connection.metadata.getCatalogs />
        </println>
    </body>
</xsql-script>
Copy
+--------------------+
|TABLE_CAT           |
+--------------------+
|advento_demo        |
|argentina           |
|cust_argentina      |
|cust_bbva           |
|cust_bodybell       |
|cust_disermoda      |
|cust_esade          |
|cust_eurocondal     |
|cust_general_lab    |
|cust_general_lab_dem|
|cust_gl             |
|cust_gl2            |
|cust_iasoft         |
|cust_intercath      |
|cust_map_mapas      |
|cust_rq             |
|cust_sando_utf8     |
|demo_bp_sun         |
|demo_expertel       |
|demo_formacion      |
|demo_husa           |
|demo_iecisa         |
|demo_irep_bp        |
|demo_tele5          |
|oys_demo            |
|oys_farma           |
|sysmaster           |
|sysuser             |
|sysutils            |
|wic_advento         |
|wic_argentina       |
|wic_bbva            |
|wic_copy_a          |
|wic_copy_b          |
|wic_dm              |
|wic_esade           |
|wic_expertel        |
|wic_general_lab     |
|wic_general_lab_old |
|wic_husa            |
|wic_iasoft          |
|wic_icon_arg        |
|wic_iecisa          |
|wic_inmob           |
|wic_intercath       |
|wic_irep_bp         |
|wic_mapas           |
|wic_oracle_test     |
|wic_oys             |
|wic_rioja           |
|wic_rq              |
+--------------------+