Returns the schema of the connection database.

1 connection.getSchema

<connection.getSchema />
Example

Prints the schema of the connection database.

Copy
<xsql-script name='sample_dba'>
    <body>
                   
        <println>
           <connection.getSchema />
        </println>
    
    </body>
</xsql-script>