Returns a list, with the inputs separated by commas, of all the keywords in the current database
that are not also SQL92 keywords.
1 connection.metadata.getSQLKeywords
<connection.metadata.getSQLKeywords />
Returns | |
---|---|
Type | Description |
String |
Example
Shows the keywords fot the current database.
Copy
<xsql-script name='connection_metadata.getSQLKeywords_sample1'> <body> <println> <connection.metadata.getSQLKeywords /> </println> </body> </xsql-script>