Returns the schema of the connection database.
1 connection.getSchema
<connection.getSchema />
Returns | |
---|---|
Type | Description |
String | Schema of the connection database. |
Example
Prints the schema of the connection database.
Copy
<xsql-script name='sample_dba'> <body> <println> <connection.getSchema /> </println> </body> </xsql-script>