Retrieves a comma-separated list of all of this database's SQL keywords that are not also SQL92 keywords.

public java.lang.String getSQLKeywords()

Return Value

A string that contains the SQL keywords.

Exceptions

SQLServerException

Remarks

This getSQLKeywords method is specified by the getSQLKeywords method in the java.sql.DatabaseMetaData interface.

See Also