Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves a comma-separated list of all of this database's SQL keywords that are not also SQL92 keywords.
Syntax
public java.lang.String getSQLKeywords()
Return Value
A String that contains the SQL keywords.
Exceptions
Remarks
This getSQLKeywords method is specified by the getSQLKeywords method in the java.sql.DatabaseMetaData interface.
See Also
SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class