Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.17 KB

File metadata and controls

38 lines (29 loc) · 1.17 KB
title jdbcCompliant Method (SQLServerDriver)
description jdbcCompliant Method (SQLServerDriver)
author dlevy-msft-sql
ms.author dlevy
ms.reviewer davidengel, machavan, sunilbs
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerDriver.jdbcCompliant
apitype Assembly

jdbcCompliant Method (SQLServerDriver)

[!INCLUDEDriver_JDBC_Download]

Verifies that the [!INCLUDEjdbcNoVersion] is compliant with the JDBC specification.

Syntax

  
public boolean jdbcCompliant()  

Return Value

true if the JDBC driver meets the minimum requirements. Otherwise, false.

Remarks

This jdbcCompliant method is specified by the jdbcCompliant method in the java.sql.Driver interface.

See Also

SQLServerDriver Methods
SQLServerDriver Members
SQLServerDriver Class