getSQLKeywords()
Syntax:
String getSQLKeywords() throws SQLException
Description:
Retrieves a comma-separated list of all of this database's SQL keywords that are NOT also SQL:2003 keywords.
Returns:
the list of this database's keywords that are not also SQL:2003 keywords
Throws:
SQLException - if a database access error occurs