Obtains the schema of the database struct on which the operations in XSQL format are performed.

1 system.dbms.getSchema

<system.dbms.getSchema />
Example

Assigns the schema of the database to a variable.

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