Returns the preferred term of the database provider for the SCHEMA.
1 connection.metadata.getSchemaTerm
<connection.metadata.getSchemaTerm />
Returns | |
---|---|
Type | Description |
String |
Example
Copy
<xsql-script name='connection_metadata.getSchemaTerm_sample1'> <body> <println> <connection.metadata.getSchemaTerm /> </println> </body> </xsql-script>