Skip to content

Latest commit

 

History

History
53 lines (43 loc) · 1.55 KB

File metadata and controls

53 lines (43 loc) · 1.55 KB
title getSQLKeywords Method (SQLServerDatabaseMetaData) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service drivers
ms.service
ms.component jdbc
ms.reviewer
ms.suite sql
ms.technology
drivers
ms.tgt_pltfrm
ms.topic article
apiname
SQLServerDatabaseMetaData.getSQLKeywords
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid a2a0dfbb-11ec-429f-aea6-8f44148ebb8e
caps.latest.revision 8
author MightyPen
ms.author genemi
manager jhubbard
ms.workload Inactive

getSQLKeywords Method (SQLServerDatabaseMetaData)

[!INCLUDEDriver_JDBC_Download]

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

SQLServerException

Remarks

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

See Also

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class