Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.62 KB

File metadata and controls

43 lines (31 loc) · 1.62 KB
title ISQLServerConnection Interface | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
ms.assetid 031c01e2-2c65-4fe4-9700-fdbcc7a39f30
author David-Engel
ms.author v-daenge

ISQLServerConnection Interface

[!INCLUDEDriver_JDBC_Download]

Represents a JDBC connection to a [!INCLUDEmsCoName][!INCLUDEssNoVersion] database. This interface was added in [!INCLUDEssNoVersion] JDBC Driver 3.0.

Package: com.microsoft.sqlserver.jdbc

Extends: java.sql.Connection

Syntax

  
public interface ISQLServerConnection  

Remarks

This interface is implemented by SQLServerConnection Class.

This interface exposes the following [!INCLUDEjdbcNoVersion]-specific field:

Field For more information, see
public final static int TRANSACTION_SNAPSHOT TRANSACTION_SNAPSHOT
public UUID getClientConnectionId() getClientConnectionID()

See Also

JDBC Driver API Reference