Returns the schema of the active database. Only for database engines with this feature.

1 system.getSchema

<system.getSchema />
Example

Obtain the schema of the active database.

Copy
<xsql-script name='system_getSchema_sample1'>
    <body>
        <println>
            <system.getSchema />
        </println>
    </body>
</xsql-script>