Returns the schema of the active database. Only for database engines with this feature.
1 system.getSchema
<system.getSchema />
Returns | |
---|---|
Type | Description |
string | Schema of the active database. |
Example
Obtain the schema of the active database.
Copy
<xsql-script name='system_getSchema_sample1'> <body> <println> <system.getSchema /> </println> </body> </xsql-script>