Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.54 KB

File metadata and controls

41 lines (29 loc) · 1.54 KB
title ISQLServerConnection Interface
description ISQLServerConnection Interface
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

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