Return the names of the schemas of the current database.

1 connection.metadata.getSchemas

<connection.metadata.getSchemas />
Example

Shows the names of the schemas of the current database.

Copy
<xsql-script name='connection_metadata.getSchemas_sample1'>
    <body>
        <println>
            <connection.metadata.getSchemas />
        </println>
    </body>
</xsql-script>