ISQLServerConnection Interface
Represents a JDBC connection to a Microsoft SQL Server database. This interface was added in SQL Server 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 Microsoft JDBC Driver for SQL Server-specific field:
Field | For more information, see |
---|---|
public final static int TRANSACTION_SNAPSHOT | TRANSACTION_SNAPSHOT |
public UUID getClientConnectionId() | getClientConnectionID() |